From 24c97f5b1fe1b666a3c53e8d36b0bea0ede307e0 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 8 Jul 2023 16:33:24 +0200 Subject: Implement command output scanning --- nfcommander.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nfcommander.h') diff --git a/nfcommander.h b/nfcommander.h index 0c24236..d380f78 100644 --- a/nfcommander.h +++ b/nfcommander.h @@ -34,6 +34,7 @@ typedef struct { uint8_t* static_data; size_t dynamic_length; uint8_t* dynamic_data; + size_t dynamic_max; } nfc_tag_info_t; typedef int (*reader_plugin_init)(void); -- cgit v1.2.3