mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Typos
This commit is contained in:
parent
dbd47737cb
commit
edee15b21d
2 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ void updateProgressBar(int num, int den)
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CPUARM) || defined(CPU2560)
|
#if defined(CPUARM) || defined(CPUM2560)
|
||||||
void drawSleepBitmap()
|
void drawSleepBitmap()
|
||||||
{
|
{
|
||||||
lcdClear();
|
lcdClear();
|
||||||
|
|
|
@ -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
|
PORTH &= ~0x40; // PORTH:6 HIGH->LOW signals end of mixer interrupt
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue