1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

NfcDict Refactoring (#3271)

* toolbox(keys_dict): generalize nfc_dict
* nfc: rework nfc app and tests
* toolbox(keys_dict): improve code readability
This commit is contained in:
Andrea Maugeri
2023-12-18 15:30:56 +01:00
committed by GitHub
parent 8c4716f170
commit 7642d67cae
14 changed files with 524 additions and 448 deletions

View File

@@ -34,6 +34,7 @@ env.Append(
File("hex.h"),
File("simple_array.h"),
File("bit_buffer.h"),
File("keys_dict.h"),
],
)