From b6eab0fde722368224bc02aef98a43d0e524a1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Izzo?= Date: Fri, 2 Apr 2021 08:43:31 +0200 Subject: [PATCH] Fix failing boot on MD380 --- openrtx/include/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtx/include/ui.h b/openrtx/include/ui.h index e8cb86b7..414af321 100644 --- a/openrtx/include/ui.h +++ b/openrtx/include/ui.h @@ -167,7 +167,7 @@ typedef struct ui_state_t // Which state to return to when we exit menu uint8_t last_main_state; } -__attribute__((packed)) ui_state_t; +ui_state_t; extern layout_t layout; // Copy of the radio state