1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

mega2560 update

Nearly the end... transmitter is built and works, the first fly is for
next we !
This commit is contained in:
JivaroFAD 2015-01-06 22:45:58 +01:00
parent 286aa677d0
commit b95b66e69e
8 changed files with 35 additions and 22 deletions

View file

@ -1000,7 +1000,7 @@ uint8_t flightModeTransitionLast = 255;
void evalMixes(uint8_t tick10ms)
{
#if defined(PCBGRUVIN9X) && defined(DEBUG) && !defined(VOICE)
#if defined(PCBMEGA2560) && defined(DEBUG) && !defined(VOICE)
PORTH |= 0x40; // PORTH:6 LOW->HIGH signals start of mixer interrupt
#endif