mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Fix AR9X build and add it to regular commit tests.
Note that simu still crashes on startup in the readRtc function
This commit is contained in:
parent
bea0411071
commit
fdcc60b1b9
4 changed files with 11 additions and 4 deletions
|
@ -339,7 +339,7 @@ void Open9xSim::updateKeysAndSwitches(bool start)
|
|||
long Open9xSim::onTimeout(FXObject*, FXSelector, void*)
|
||||
{
|
||||
if (hasFocus()) {
|
||||
#if defined(PCBSKY9X) && !defined(REVX)
|
||||
#if defined(COPROCESSOR)
|
||||
Coproc_temp = 23;
|
||||
Coproc_maxtemp = 28;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue