api: added lib/nfc/protocols/nfc_util.h (#2674)

This commit is contained in:
hedger
2023-05-15 15:55:22 +04:00
committed by GitHub
parent 341cd5e860
commit 9dedcd07b6
4 changed files with 18 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ env.Append(
],
SDK_HEADERS=[
File("nfc_device.h"),
File("protocols/nfc_util.h"),
],
)