back to parser

This commit is contained in:
Methodius
2024-01-29 23:12:17 +09:00
parent 1165e25f00
commit 3612814a18
6 changed files with 155 additions and 11 deletions
+1
View File
@@ -20,4 +20,5 @@ const NfcListenerBase* nfc_listeners_api[NfcProtocolNum] = {
[NfcProtocolSlix] = &nfc_listener_slix,
[NfcProtocolSt25tb] = NULL,
[NfcProtocolFelica] = &nfc_listener_felica,
[NfcProtocolEmv] = NULL,
};