Merge branch 'master' into freertos
This commit is contained in:
commit
a93ec009c4
1 changed files with 1 additions and 1 deletions
|
@ -1415,7 +1415,7 @@ void gdispGBlitArea(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, c
|
|||
if (full & 0x30) { g->p.x = x-a; g->p.y = y+b; drawpixel_clip(g); }
|
||||
if (full == 0xFF) {
|
||||
autoflush(g);
|
||||
MUTEX_EXIT();
|
||||
MUTEX_EXIT(g);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue