Fix auth1 response.

This commit is contained in:
Thomas Sutter 2019-12-17 08:19:42 +01:00
commit a65cfc5f4b
2 changed files with 14 additions and 2 deletions

View file

@ -220,6 +220,12 @@ typedef struct {
uint8_t option_version_list[4];
} PACKED felica_request_spec_response_t;
typedef struct {
felica_frame_response_t frame_response;
uint8_t m2c[8];
uint8_t m3c[8];
} PACKED felica_auth1_response_t;
typedef enum FELICA_COMMAND {
FELICA_CONNECT = (1 << 0),
FELICA_NO_DISCONNECT = (1 << 1),