mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
[Horus] Next round of screen changes + refactoring
This commit is contained in:
parent
8f4c161dc0
commit
a556c50956
106 changed files with 1848 additions and 1195 deletions
|
@ -52,7 +52,7 @@ OS_TID menusTaskId;
|
|||
TaskStack<MENUS_STACK_SIZE> _ALIGNED(8) menusStack;
|
||||
|
||||
OS_TID mixerTaskId;
|
||||
TaskStack<MENUS_STACK_SIZE> mixerStack;
|
||||
TaskStack<MIXER_STACK_SIZE> mixerStack;
|
||||
|
||||
OS_TID audioTaskId;
|
||||
TaskStack<AUDIO_STACK_SIZE> audioStack;
|
||||
|
@ -235,4 +235,4 @@ void tasksStart()
|
|||
CoStartOS();
|
||||
}
|
||||
|
||||
#endif // #if !defined(SIMU)
|
||||
#endif // !defined(SIMU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue