configuration

This commit is contained in:
2020-11-27 16:36:46 +01:00
parent 2c392cce53
commit bc15e23f10
2 changed files with 2 additions and 2 deletions

View File

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