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:
parent
0f740358f2
commit
51223a5864
60 changed files with 248 additions and 249 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue