device configuration prepared

This commit is contained in:
2020-11-30 19:01:53 +01:00
parent b4170ec6dc
commit 77141319ea
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#include <spi.h>
#include <assert.h>
#define CONFIG_MAGIC 0xdead0007
#define CONFIG_MAGIC 0xdead0008
#define DEVICE_MAGIC 0xaffe0000
typedef struct __attribute__((__packed__)) s_configBlock {