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

EEPROM async write bug solved. Progress bar. Popup on MODELSEL. Simu EEPROM async write.

This commit is contained in:
bsongis 2011-11-26 12:55:00 +00:00
parent 9761da9de3
commit 5e633363a9
14 changed files with 132 additions and 106 deletions

View file

@ -363,7 +363,6 @@ void *init_function(void *) {
return 0;
}
#include <pthread.h>
long Gruvin9xSim::onChore(FXObject*,FXSelector,void*)
{
pthread_t pid;
@ -396,7 +395,9 @@ int main(int argc,char **argv)
if(argc>=2){
eepromFile = argv[1];
}
printf("eeprom = %s\n",eepromFile);
printf("eeprom = %s\n", eepromFile);
InitEepromThread();
// Each FOX GUI program needs one, and only one, application object.
// The application objects coordinates some common stuff shared between