NFC: Split NfcProtocolSupport into plugins

This commit is contained in:
Willy-JL
2025-04-13 03:01:10 +01:00
parent 7b95117e32
commit 399c72dd35
23 changed files with 423 additions and 92 deletions

View File

@@ -109,3 +109,5 @@ const NfcProtocolSupportBase nfc_protocol_support_st25tb = {
.on_event = nfc_protocol_support_common_on_event_empty,
},
};
NFC_PROTOCOL_SUPPORT_PLUGIN(st25tb, NfcProtocolSt25tb);