1
0
Fork 0
forked from len0rd/rockbox

x1000: fix yellow in prior commit

Change-Id: I5809fab0148d4869cdc86212e8386590090d4320
This commit is contained in:
Solomon Peachy 2024-11-13 19:58:36 -05:00
parent 1fb906500a
commit d36ef610c2

View file

@ -344,6 +344,8 @@ static void lcd_dma_start(DMA_Mode mode)
jz_writef(LCD_CTRL, ENABLE(1));
// }
(void)mode;
lcd_on = true;
}