Remove '_PACKED' keyword from sleep statistic structure

pull/6142/head
Steven Cartmell 2018-02-26 13:14:08 +00:00
parent 74bdf1c3a3
commit 21e5f1134d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static uint16_t deep_sleep_lock = 0U;
// Number of drivers that can be stored in the structure
#define STATISTIC_COUNT 10
typedef struct __PACKED sleep_statistic {
typedef struct sleep_statistic {
char identifier[IDENTIFIER_WIDTH];
uint8_t count;
} sleep_statistic_t;