From 6f56a9bfe95b2d2b543b51006290c95e04932c37 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 24 Jan 2017 02:22:38 +0100 Subject: [PATCH] Update config.h --- source/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/config.h b/source/config.h index 905d4c9..f86f571 100644 --- a/source/config.h +++ b/source/config.h @@ -30,7 +30,7 @@ #define CONFIG_FILE "config.bin" #define CONFIG_VERSIONMAJOR 1 -#define CONFIG_VERSIONMINOR 7 +#define CONFIG_VERSIONMINOR 8 #define BOOTCFG_NAND BOOTCONFIG(0, 7) #define BOOTCFG_FIRM BOOTCONFIG(3, 7) @@ -69,4 +69,4 @@ typedef enum ConfigurationStatus bool readConfig(void); void writeConfig(ConfigurationStatus needConfig, u32 configTemp); -void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode); \ No newline at end of file +void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode);