1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Do lcdWaitDmaEnd() in perMain()

This commit is contained in:
Damjan Adamic 2014-12-07 10:24:27 +01:00
parent f8203b72f7
commit 6f46ef23da
4 changed files with 7 additions and 12 deletions

View file

@ -47,7 +47,6 @@
void lcd_clear()
{
lcdWaitDmaEnd();
memset(displayBuf, 0, DISPLAY_BUFER_SIZE);
}