device configuration prepared

This commit is contained in:
2020-11-30 18:52:56 +01:00
parent 98c0a9d7a2
commit 7d03900ada
2 changed files with 49 additions and 1 deletions

View File

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