mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
formatting
This commit is contained in:
@@ -9,13 +9,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* NFC file format version which changed ATQA format. Deprecated. */
|
||||
#define NFC_LSB_ATQA_FORMAT_VERSION (2)
|
||||
#define NFC_LSB_ATQA_FORMAT_VERSION (2)
|
||||
/* NFC file format version which is still supported as backwards compatible. */
|
||||
#define NFC_MINIMUM_SUPPORTED_FORMAT_VERSION NFC_LSB_ATQA_FORMAT_VERSION
|
||||
/* NFC file format version which implemented the unified loading process. */
|
||||
#define NFC_UNIFIED_FORMAT_VERSION (4)
|
||||
#define NFC_UNIFIED_FORMAT_VERSION (4)
|
||||
/* Current NFC file format version. */
|
||||
#define NFC_CURRENT_FORMAT_VERSION NFC_UNIFIED_FORMAT_VERSION
|
||||
#define NFC_CURRENT_FORMAT_VERSION NFC_UNIFIED_FORMAT_VERSION
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user