missing semicolon

ugfx_release_2.6
Joel Bodenmann 2013-11-12 20:29:04 +01:00
parent 5f75abcc01
commit bca78196f5
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
acquire_bus(g);
set_viewport(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);
}
#endif