1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Fixes for simu

This commit is contained in:
Damjan Adamic 2014-10-15 20:04:06 +02:00
parent 52040406a4
commit 6839c02aba

View file

@ -181,7 +181,7 @@ void tasksStart()
{
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);
#endif