Sort and add missing protocol mentions

This commit is contained in:
Willy-JL
2025-03-09 06:10:36 +00:00
parent e3f7e1c2d3
commit f760d97e62
4 changed files with 24 additions and 6 deletions

View File

@@ -62,8 +62,8 @@ static const NfcProtocol nfc_protocol_iso14443_3b_children_protocol[] = {
/** List of ISO14443-4A child protocols. */
static const NfcProtocol nfc_protocol_iso14443_4a_children_protocol[] = {
NfcProtocolMfDesfire,
NfcProtocolMfPlus,
NfcProtocolMfDesfire,
NfcProtocolType4Tag,
};