1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 20:10:08 +03:00
This commit is contained in:
Michał Wróbel 2015-05-07 03:14:31 +02:00
parent 5f79e7e428
commit d63f6bcaf7
4 changed files with 28 additions and 24 deletions

View file

@ -445,15 +445,12 @@ int main(int argc,char **argv)
printf("Model size = %d\n", (int)sizeof(g_model));
simuInit();
StartEepromThread(argc >= 2 ? argv[1] : "eeprom.bin");
StartAudioThread();
StartMainThread();
#if defined(PCBTARANIS)
simuSetSwitch(0, 0);
simuSetSwitch(1, 0);
#endif
return application.run();
}