Update config.h
This commit is contained in:
parent
416875ee46
commit
6f56a9bfe9
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#define CONFIG_FILE "config.bin"
|
#define CONFIG_FILE "config.bin"
|
||||||
#define CONFIG_VERSIONMAJOR 1
|
#define CONFIG_VERSIONMAJOR 1
|
||||||
#define CONFIG_VERSIONMINOR 7
|
#define CONFIG_VERSIONMINOR 8
|
||||||
|
|
||||||
#define BOOTCFG_NAND BOOTCONFIG(0, 7)
|
#define BOOTCFG_NAND BOOTCONFIG(0, 7)
|
||||||
#define BOOTCFG_FIRM BOOTCONFIG(3, 7)
|
#define BOOTCFG_FIRM BOOTCONFIG(3, 7)
|
||||||
@ -69,4 +69,4 @@ typedef enum ConfigurationStatus
|
|||||||
|
|
||||||
bool readConfig(void);
|
bool readConfig(void);
|
||||||
void writeConfig(ConfigurationStatus needConfig, u32 configTemp);
|
void writeConfig(ConfigurationStatus needConfig, u32 configTemp);
|
||||||
void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode);
|
void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode);
|
||||||
|
Reference in New Issue
Block a user