Skip to content

Commit 21e5f11

Browse files
author
Steven Cartmell
committed
Remove '_PACKED' keyword from sleep statistic structure
1 parent 74bdf1c commit 21e5f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/mbed_sleep_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static uint16_t deep_sleep_lock = 0U;
3434
// Number of drivers that can be stored in the structure
3535
#define STATISTIC_COUNT 10
3636

37-
typedef struct __PACKED sleep_statistic {
37+
typedef struct sleep_statistic {
3838
char identifier[IDENTIFIER_WIDTH];
3939
uint8_t count;
4040
} sleep_statistic_t;

0 commit comments

Comments
 (0)