1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +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

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