mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-06 12:01:36 +00:00
text
This commit is contained in:
+2
-2
@@ -39,9 +39,9 @@ typedef enum ISO15_COMMAND {
|
||||
} iso15_command_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t flags; // ISO15_COMMAND
|
||||
uint8_t flags; // PM3 Flags - see iso15_command_t
|
||||
uint16_t rawlen;
|
||||
uint8_t raw[];
|
||||
uint8_t raw[]; // First byte in raw, raw[0] is ISO15693 protocol flag byte
|
||||
} PACKED iso15_raw_cmd_t;
|
||||
|
||||
#endif // _ISO15_H_
|
||||
|
||||
Reference in New Issue
Block a user