mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Revert some last changes so that there is no problem with Lua
Conflicts: radio/src/Makefile radio/src/opentx.cpp
This commit is contained in:
parent
47499e9e7d
commit
871e9f0be3
8 changed files with 28 additions and 52 deletions
|
@ -99,7 +99,7 @@ uint32_t stack_free(uint32_t tid)
|
|||
stack = audioStack;
|
||||
size = AUDIO_STACK_SIZE;
|
||||
break;
|
||||
#if defined(PCBTARANIS) && !defined(SIMU)
|
||||
#if 0 // 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