mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Fixes for simu
This commit is contained in:
parent
52040406a4
commit
6839c02aba
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ void tasksStart()
|
||||||
{
|
{
|
||||||
CoInitOS();
|
CoInitOS();
|
||||||
|
|
||||||
#if defined(CPUARM) && defined(DEBUG)
|
#if defined(CPUARM) && defined(DEBUG) && !defined(SIMU)
|
||||||
debugTaskId = CoCreateTaskEx(debugTask, NULL, 10, &debugStack[DEBUG_STACK_SIZE-1], DEBUG_STACK_SIZE, 1, false);
|
debugTaskId = CoCreateTaskEx(debugTask, NULL, 10, &debugStack[DEBUG_STACK_SIZE-1], DEBUG_STACK_SIZE, 1, false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue