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

Fixes#2750__Mega2560_ST7920_mixer_freq_too_slow

This commit is contained in:
tmertelj 2015-09-30 21:28:30 +02:00
parent 8a6ba0eb8e
commit 11753450ae
3 changed files with 25 additions and 26 deletions

View file

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