From 0b022e3c7edafce8ce6eddfcc3bf96992ecce225 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 14 Jan 2024 16:17:40 +0100 Subject: [PATCH] text --- include/iso15.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/iso15.h b/include/iso15.h index 01d62f183..7d2b0e12f 100644 --- a/include/iso15.h +++ b/include/iso15.h @@ -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_