mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Simu compilation failure
This commit is contained in:
parent
23b2602f41
commit
46cd5eeb87
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ uint32_t stack_free(uint32_t tid)
|
|||
stack = audioStack;
|
||||
size = AUDIO_STACK_SIZE;
|
||||
break;
|
||||
#if defined(PCBTARANIS)
|
||||
#if defined(PCBTARANIS) && !defined(SIMU)
|
||||
case 255:
|
||||
// main stack
|
||||
stack = (OS_STK *)&_main_stack_start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue