From b4170ec6dc1f986f60f382a5167a1de3724ad032 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 30 Nov 2020 18:57:56 +0100 Subject: [PATCH] device configuration prepared --- cube/User/Inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Inc/config.h b/cube/User/Inc/config.h index 81533f6..3671119 100644 --- a/cube/User/Inc/config.h +++ b/cube/User/Inc/config.h @@ -5,7 +5,7 @@ #include #include -#define CONFIG_MAGIC 0xdead0006 +#define CONFIG_MAGIC 0xdead0007 #define DEVICE_MAGIC 0xaffe0000 typedef struct __attribute__((__packed__)) s_configBlock {