mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
TaskIndex enum is not used, and had a superfluous bluetooth entry also
This commit is contained in:
parent
40c18a07fc
commit
514d7cd9d2
1 changed files with 0 additions and 10 deletions
|
@ -32,16 +32,6 @@ RTOS_DEFINE_STACK(audioStack, AUDIO_STACK_SIZE);
|
|||
RTOS_MUTEX_HANDLE audioMutex;
|
||||
RTOS_MUTEX_HANDLE mixerMutex;
|
||||
|
||||
enum TaskIndex {
|
||||
MENU_TASK_INDEX,
|
||||
MIXER_TASK_INDEX,
|
||||
AUDIO_TASK_INDEX,
|
||||
CLI_TASK_INDEX,
|
||||
BLUETOOTH_TASK_INDEX,
|
||||
TASK_INDEX_COUNT,
|
||||
MAIN_TASK_INDEX = 255
|
||||
};
|
||||
|
||||
void stackPaint()
|
||||
{
|
||||
menusStack.paint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue