forgotten resolves

This commit is contained in:
2021-02-16 13:09:50 +01:00
parent b6439e7df3
commit a09024c6a2
2 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@ typedef struct __attribute__((__packed__)) s_configBlock {
char deviceId[16];
char sharedSecret[SHA256_BLOCK_SIZE];
char sinkServer[48];
<<<<<<< HEAD
uint8_t macAddress[6];
uint8_t filler[22];
=======
union {
struct {
uint8_t macAddress[6];
@ -27,7 +23,6 @@ typedef struct __attribute__((__packed__)) s_configBlock {
} wifi;
} networkspecific;
uint8_t filler[11];
>>>>>>> network_abstraction_layer
} t_configBlock;