1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

NFC lib: Expose nfc_common.h (#4283)

* expose nfc_common.h

* Update api_symbols.csv

---------

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
Zinong Li
2025-11-06 22:37:33 +04:00
committed by GitHub
parent 6c83a67173
commit 6d93a90a0a
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ env.Append(
File("nfc_listener.h"),
File("nfc_poller.h"),
File("nfc_scanner.h"),
File("nfc_common.h"),
# Protocols
File("protocols/iso14443_3a/iso14443_3a.h"),
File("protocols/iso14443_3b/iso14443_3b.h"),