Fix failing boot on MD380

This commit is contained in:
Niccolò Izzo 2021-04-02 08:43:31 +02:00
parent 1d8596e3c8
commit b6eab0fde7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ typedef struct ui_state_t
// Which state to return to when we exit menu // Which state to return to when we exit menu
uint8_t last_main_state; uint8_t last_main_state;
} }
__attribute__((packed)) ui_state_t; ui_state_t;
extern layout_t layout; extern layout_t layout;
// Copy of the radio state // Copy of the radio state