main: turns out the struct is already packed

This commit is contained in:
2018-12-19 18:21:39 +01:00
parent 7754309aba
commit d0469fd04b

2
main.c
View File

@@ -40,7 +40,7 @@ typedef struct {
uint32_t rctmf;
uint32_t ttms;
uint32_t ttmf;
} __attribute__((packed, aligned(1))) ntp;
} ntp;
typedef struct {
const char* host;