configuration

This commit is contained in:
Wolfgang Hottgenroth 2020-11-27 16:24:14 +01:00
parent a43e42a99f
commit 6e96a27141
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -5,7 +5,7 @@
#include <spi.h>
#define CONFIG_MAGIC 0xdead0000
#define CONFIG_MAGIC 0xdead0001
typedef struct __attribute__((__packed__)) s_configBlock {
uint32_t configMagic;