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

No more REV9E and REVPLUS

This commit is contained in:
Bertrand Songis 2016-07-29 14:44:04 +02:00
parent 0f740358f2
commit 51223a5864
60 changed files with 248 additions and 249 deletions

View file

@ -456,7 +456,7 @@ void perMain()
}
#endif
#if defined(PCBTARANIS) && defined(REV9E) && !defined(SIMU)
#if defined(PCBX9E) && !defined(SIMU)
toplcdRefreshStart();
setTopFirstTimer(getValue(MIXSRC_FIRST_TIMER+g_model.toplcdTimer));
setTopSecondTimer(g_eeGeneral.globalTimer + sessionTimer);
@ -466,7 +466,7 @@ void perMain()
toplcdRefreshEnd();
#endif
#if defined(PCBTARANIS) && defined(REV9E) && !defined(SIMU)
#if defined(PCBX9E) && !defined(SIMU)
bluetoothWakeup();
#endif