mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Cosmetics
This commit is contained in:
parent
ffa012eeb6
commit
7eb3eb9ec5
2 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ void tasksStart()
|
|||
#endif
|
||||
|
||||
RTOS_CREATE_TASK(mixerTaskId, mixerTask, "Mixer", mixerStack, MIXER_STACK_SIZE, MIXER_TASK_PRIO);
|
||||
RTOS_CREATE_TASK(menusTaskId, menusTask, "Menus", menusStack, MENUS_STACK_SIZE, MENUS_TASK_PRIO);
|
||||
RTOS_CREATE_TASK(menusTaskId, menusTask, "Menus", menusStack, MENUS_STACK_SIZE, MENUS_TASK_PRIO);
|
||||
|
||||
#if !defined(SIMU)
|
||||
RTOS_CREATE_TASK(audioTaskId, audioTask, "Audio", audioStack, AUDIO_STACK_SIZE, AUDIO_TASK_PRIO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue