diff --git a/lib/nfc/protocols/mf_classic/mf_classic_poller.c b/lib/nfc/protocols/mf_classic/mf_classic_poller.c index cf61db09f..538ff1c53 100644 --- a/lib/nfc/protocols/mf_classic/mf_classic_poller.c +++ b/lib/nfc/protocols/mf_classic/mf_classic_poller.c @@ -9,6 +9,7 @@ // TODO: Buffer writes for Hardnested, set state to Log when finished and sum property matches // TODO: Load dictionaries specific to a CUID to not clutter the user dictionary // TODO: Fix rare nested_target_key 64 bug +// TODO: Dead code for malloc returning NULL? #define MF_CLASSIC_MAX_BUFF_SIZE (64)