changes, enable ethernet

This commit is contained in:
2021-02-07 12:38:29 +01:00
parent ccdbab6f01
commit b3431fafa7
9 changed files with 36 additions and 22 deletions

View File

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