Flipper Zero Firmware
Loading...
Searching...
No Matches
nfc_common.h
Go to the documentation of this file.
1
5#pragma once
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11/* NFC file format version which changed ATQA format. Deprecated. */
12#define NFC_LSB_ATQA_FORMAT_VERSION (2)
13/* NFC file format version which is still supported as backwards compatible. */
14#define NFC_MINIMUM_SUPPORTED_FORMAT_VERSION NFC_LSB_ATQA_FORMAT_VERSION
15/* NFC file format version which implemented the unified loading process. */
16#define NFC_UNIFIED_FORMAT_VERSION (4)
17/* Current NFC file format version. */
18#define NFC_CURRENT_FORMAT_VERSION NFC_UNIFIED_FORMAT_VERSION
19
20#ifdef __cplusplus
21}
22#endif