missing semicolon
This commit is contained in:
parent
5f75abcc01
commit
bca78196f5
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
|
||||||
acquire_bus(g);
|
acquire_bus(g);
|
||||||
set_viewport(g);
|
set_viewport(g);
|
||||||
set_cursor(g);
|
set_cursor(g);
|
||||||
dma_with_noinc(g, &c, g->p.cx*g->p.cy)
|
dma_with_noinc(g, &c, g->p.cx*g->p.cy);
|
||||||
release_bus(g);
|
release_bus(g);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue