Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4

This commit is contained in:
Willy-JL
2025-04-10 03:40:10 +01:00
388 changed files with 8000 additions and 3466 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include <nfc/protocols/ntag4xx/ntag4xx_poller_defs.h>
#include <nfc/protocols/type_4_tag/type_4_tag_poller_defs.h>
const NfcPollerBase* nfc_pollers_api[NfcProtocolNum] = {
const NfcPollerBase* const nfc_pollers_api[NfcProtocolNum] = {
[NfcProtocolIso14443_3a] = &nfc_poller_iso14443_3a,
[NfcProtocolIso14443_3b] = &nfc_poller_iso14443_3b,
[NfcProtocolIso14443_4a] = &nfc_poller_iso14443_4a,