From 88d9ad2829b9ea5b8ddaef4acff7a97c27042031 Mon Sep 17 00:00:00 2001 From: Salvador Mendoza Date: Thu, 23 Apr 2020 00:55:09 -0700 Subject: [PATCH] Update iso14443a.c --- armsrc/iso14443a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index fdf51d77d..fc3f0f072 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -873,7 +873,7 @@ static bool GetIso14443aCommandFromReader(uint8_t *received, uint8_t *par, int * return false; } -static bool prepare_tag_modulation(tag_response_info_t *response_info, size_t max_buffer_size) { +bool prepare_tag_modulation(tag_response_info_t *response_info, size_t max_buffer_size) { // Example response, answer to MIFARE Classic read block will be 16 bytes + 2 CRC = 18 bytes // This will need the following byte array for a modulation sequence // 144 data bits (18 * 8)