1
0
Fork 0
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:
bsongis 2014-09-06 12:59:43 +02:00
parent 23b2602f41
commit 46cd5eeb87

View file

@ -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;