placing parts of confusion closer together
This commit is contained in:
parent
8c3485a8dc
commit
c5bea0e979
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
|
|
||||||
#define FLASH_DATA_VERSION 10001
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PC_OK = 0,
|
PC_OK = 0,
|
||||||
CRC_FAILED = 1,
|
CRC_FAILED = 1,
|
||||||
|
|
|
@ -38,6 +38,12 @@
|
||||||
#define TS_FILE_VERSION 20200310
|
#define TS_FILE_VERSION 20200310
|
||||||
|
|
||||||
|
|
||||||
|
! This is the version of the data stored in flash configuration
|
||||||
|
! Any time an incompatible change is made to the configuration format stored in flash,
|
||||||
|
! update this string to the current date! It is required to also update TS_SIGNATURE above
|
||||||
|
! when this happens.
|
||||||
|
#define FLASH_DATA_VERSION 10001
|
||||||
|
|
||||||
! all the sub-structures are going to be nested within the primary structure, that's
|
! all the sub-structures are going to be nested within the primary structure, that's
|
||||||
! needed to get a proper TunerStudio file
|
! needed to get a proper TunerStudio file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue