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:
parent
13ded98f29
commit
42f82cbbed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue