1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 06:45:10 +03:00

Proper simulator shutdown

This commit is contained in:
Damjan Adamic 2016-04-23 20:06:53 +02:00
parent 13ded98f29
commit 42f82cbbed

View file

@ -195,7 +195,7 @@ void menusTask(void * pdata)
#if defined(SIMU) #if defined(SIMU)
if (main_thread_running == 0) if (main_thread_running == 0)
return; break;
#endif #endif
} }