Fix bug on MD380
Fixed a bug where pressing the side button would lead to a crash, probably caused by a misaligned memory access, due to the addition of a packed attribute.
This commit is contained in:
parent
0ca7258f03
commit
d4ad8b12b1
|
|
@ -136,8 +136,7 @@ typedef struct layout_t
|
||||||
fontSize_t bottom_font;
|
fontSize_t bottom_font;
|
||||||
fontSize_t input_font;
|
fontSize_t input_font;
|
||||||
fontSize_t menu_font;
|
fontSize_t menu_font;
|
||||||
}
|
} layout_t;
|
||||||
__attribute__((packed)) layout_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This structs contains state variables internal to the
|
* This structs contains state variables internal to the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue