mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
[FL-3867] Code formatting update (#3765)
* clang-format: AllowShortEnumsOnASingleLine: false * clang-format: InsertNewlineAtEOF: true * clang-format: Standard: c++20 * clang-format: AlignConsecutiveBitFields * clang-format: AlignConsecutiveMacros * clang-format: RemoveParentheses: ReturnStatement * clang-format: RemoveSemicolon: true * Restored RemoveParentheses: Leave, retained general changes for it * formatting: fixed logging TAGs * Formatting update for dev Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ISO14443_3A_UID_4_BYTES (4U)
|
||||
#define ISO14443_3A_UID_7_BYTES (7U)
|
||||
#define ISO14443_3A_UID_4_BYTES (4U)
|
||||
#define ISO14443_3A_UID_7_BYTES (7U)
|
||||
#define ISO14443_3A_UID_10_BYTES (10U)
|
||||
#define ISO14443_3A_MAX_UID_SIZE ISO14443_3A_UID_10_BYTES
|
||||
|
||||
#define ISO14443_3A_GUARD_TIME_US (5000)
|
||||
#define ISO14443_3A_FDT_POLL_FC (1620)
|
||||
#define ISO14443_3A_FDT_LISTEN_FC (1172)
|
||||
#define ISO14443_3A_GUARD_TIME_US (5000)
|
||||
#define ISO14443_3A_FDT_POLL_FC (1620)
|
||||
#define ISO14443_3A_FDT_LISTEN_FC (1172)
|
||||
#define ISO14443_3A_POLLER_MASK_RX_FS ((ISO14443_3A_FDT_LISTEN_FC) / 2)
|
||||
#define ISO14443_3A_POLL_POLL_MIN_US (1100)
|
||||
#define ISO14443_3A_POLL_POLL_MIN_US (1100)
|
||||
|
||||
typedef enum {
|
||||
Iso14443_3aErrorNone,
|
||||
|
||||
Reference in New Issue
Block a user