initial working for single node

This commit is contained in:
zinongli
2025-07-25 23:47:00 -04:00
parent 90d766a811
commit 83c54bb174
3 changed files with 77 additions and 3 deletions
+5
View File
@@ -124,4 +124,9 @@ typedef struct {
uint8_t PMi[8];
} PACKED felica_auth2_response_t;
typedef struct {
felica_frame_response_t frame_response;
uint8_t payload[4];
} PACKED felica_service_dump_response_t;
#endif // _ISO18_H_