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

TODO removed

This commit is contained in:
bsongis 2012-03-09 17:43:11 +00:00
parent 84b2d2b9ac
commit 55de51acb9

View file

@ -227,15 +227,12 @@ long Open9xSim::onKeypress(FXObject*,FXSelector,void*v)
return 0;
}
extern uint16_t s_trainerLast10ms;
long Open9xSim::onTimeout(FXObject*,FXSelector,void*)
{
if(togButPpm->getState()){
for(int i=0; i<8; i++){
g_ppmIns[i]=knobsppm[i]->getValue()-1500;
if(g_ppmIns[i]<-400){
// TODO BSS g_trainerSlaveActiveChns = i;
// TODO BSS s_trainerLast10ms = g_tmr10ms;
break;
}
}