mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
__ALIGNED macro unified
This commit is contained in:
parent
d47c3cedb4
commit
f60733b561
7 changed files with 19 additions and 25 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
OS_TID menusTaskId;
|
||||
// menus stack must be aligned to 8 bytes otherwise printf for %f does not work!
|
||||
TaskStack<MENUS_STACK_SIZE> _ALIGNED(8) menusStack;
|
||||
TaskStack<MENUS_STACK_SIZE> __ALIGNED(8) menusStack;
|
||||
|
||||
OS_TID mixerTaskId;
|
||||
TaskStack<MIXER_STACK_SIZE> mixerStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue