1
0
Fork 0
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:
bsongis 2014-09-13 01:00:36 +02:00
parent 47499e9e7d
commit 871e9f0be3
8 changed files with 28 additions and 52 deletions

View file

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