From 745928e609a556f127ffe01c2fa7154d26d6ee48 Mon Sep 17 00:00:00 2001 From: Markus Walter Date: Fri, 26 Aug 2022 09:28:04 +0200 Subject: [PATCH] Fix comments. --- armsrc/iso15693.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 91dc22488..d4a7be85f 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -2188,7 +2188,7 @@ void SimTagIso15693(uint8_t *uid) { bool slow = !(cmd[0] & ISO15_REQ_DATARATE_HIGH); uint32_t response_time = reader_eof_time + DELAY_ISO15693_VCD_TO_VICC_SIM; - // Build GET_SYSTEM_INFO command + // Build GET_SYSTEM_INFO response uint8_t resp_sysinfo[CMD_SYSINFO_RESP] = {0}; resp_sysinfo[0] = 0; // Response flags. @@ -2226,7 +2226,7 @@ void SimTagIso15693(uint8_t *uid) { bool slow = !(cmd[0] & ISO15_REQ_DATARATE_HIGH); uint32_t response_time = reader_eof_time + DELAY_ISO15693_VCD_TO_VICC_SIM; - // Build GET_SYSTEM_INFO command + // Build READ_BLOCK response uint8_t resp_readblock[CMD_READBLOCK_RESP] = {0}; resp_readblock[0] = 0; // Response flags.