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:
parent
8a6ba0eb8e
commit
11753450ae
3 changed files with 25 additions and 26 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue