mirror of https://github.com/ARMmbed/mbed-os.git
Remove '_PACKED' keyword from sleep statistic structure
parent
74bdf1c3a3
commit
21e5f1134d
|
@ -34,7 +34,7 @@ static uint16_t deep_sleep_lock = 0U;
|
||||||
// Number of drivers that can be stored in the structure
|
// Number of drivers that can be stored in the structure
|
||||||
#define STATISTIC_COUNT 10
|
#define STATISTIC_COUNT 10
|
||||||
|
|
||||||
typedef struct __PACKED sleep_statistic {
|
typedef struct sleep_statistic {
|
||||||
char identifier[IDENTIFIER_WIDTH];
|
char identifier[IDENTIFIER_WIDTH];
|
||||||
uint8_t count;
|
uint8_t count;
|
||||||
} sleep_statistic_t;
|
} sleep_statistic_t;
|
||||||
|
|
Loading…
Reference in New Issue