mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Cosmetics after pull #2828
This commit is contained in:
parent
580dc6d2de
commit
1668507114
2 changed files with 3 additions and 3 deletions
|
@ -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
|
PORTH &= ~0x40; // PORTH:6 HIGH->LOW signals end of mixer interrupt
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue