UC8173 board template fix
This commit is contained in:
parent
f410b57720
commit
422e95becf
@ -28,9 +28,10 @@ static UC8173Lut UC8173_ModeTable[] = {
|
|||||||
// Add extra lines for other waveforms
|
// Add extra lines for other waveforms
|
||||||
};
|
};
|
||||||
|
|
||||||
static GFXINLINE void init_board(GDisplay* g)
|
static GFXINLINE bool_t init_board(GDisplay* g)
|
||||||
{
|
{
|
||||||
(void) g;
|
(void) g;
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static GFXINLINE void post_init_board(GDisplay* g)
|
static GFXINLINE void post_init_board(GDisplay* g)
|
||||||
|
Loading…
Reference in New Issue
Block a user