1
0
Fork 0

epdc: fix build with default LCD_BPP

utp
Martin T. H. Sandsmark 2017-01-21 16:24:24 +01:00
parent 483198b94e
commit 71c1effdad
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ DECLARE_GLOBAL_DATA_PTR;
#define msleep(a) udelay(a * 1000)
__weak void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue)
{
}
/********************************************************
* Start Low-Level EPDC Functions