From 4763bee1673fd5a2281dc2e201c26ace5e06f4b3 Mon Sep 17 00:00:00 2001 From: rehius <128579193+rehius@users.noreply.github.com> Date: Mon, 22 May 2023 10:29:28 +0000 Subject: [PATCH] Update config.h --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index b646c32..82c7a5c 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define OFFSET_MAX 6900 #define VER_HI 2 -#define VER_LO 71 +#define VER_LO 73 bool is_configured(); void init_config(); @@ -21,4 +21,4 @@ int get_weigth(int offset); #define OFFSET_CNT (CONFIG_CNT-1) #define CONFIG_SIZE (CONFIG_CNT * 256) -#define flash_cfg ((const uint8_t *) (XIP_BASE + CONFIG_START)) \ No newline at end of file +#define flash_cfg ((const uint8_t *) (XIP_BASE + CONFIG_START))