1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00
This commit is contained in:
Bertrand Songis 2016-09-13 20:16:48 +02:00
parent dbd47737cb
commit edee15b21d
2 changed files with 2 additions and 2 deletions

View file

@ -256,7 +256,7 @@ void updateProgressBar(int num, int den)
// TODO
}
#if defined(CPUARM) || defined(CPU2560)
#if defined(CPUARM) || defined(CPUM2560)
void drawSleepBitmap()
{
lcdClear();

View file

@ -1154,7 +1154,7 @@ void evalMixes(uint8_t tick10ms)
}
}
#if defined(CPU2560) && defined(DEBUG) && !defined(VOICE)
#if defined(CPUM2560) && defined(DEBUG) && !defined(VOICE)
PORTH &= ~0x40; // PORTH:6 HIGH->LOW signals end of mixer interrupt
#endif
}