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

Cosmetics after pull #2828

This commit is contained in:
JivaroFAD 2015-10-21 13:48:15 +02:00
parent 580dc6d2de
commit 1668507114
2 changed files with 3 additions and 3 deletions

View file

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