We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bdf1c commit 21e5f11Copy full SHA for 21e5f11
hal/mbed_sleep_manager.c
@@ -34,7 +34,7 @@ static uint16_t deep_sleep_lock = 0U;
34
// Number of drivers that can be stored in the structure
35
#define STATISTIC_COUNT 10
36
37
-typedef struct __PACKED sleep_statistic {
+typedef struct sleep_statistic {
38
char identifier[IDENTIFIER_WIDTH];
39
uint8_t count;
40
} sleep_statistic_t;
0 commit comments