1
0
Fork 0
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:
Arne Schwabe 2016-07-25 16:45:52 +02:00
parent bea0411071
commit fdcc60b1b9
4 changed files with 11 additions and 4 deletions

View file

@ -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