examples/fboverlay/fboverlay_main.c: Fix a printf format warning
This commit is contained in:
parent
c408462892
commit
3690669242
@ -647,7 +647,8 @@ static int overlay_color(int fb, FAR struct fb_overlayinfo_s *oinfo)
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
printf("Overlay: %d, set color: 0x%08x\n", oinfo->overlay, oinfo->color);
|
printf("Overlay: %d, set color: 0x%08" PRIx32 "\n",
|
||||||
|
oinfo->overlay, oinfo->color);
|
||||||
|
|
||||||
ret = overlay_accl(fb, oinfo->overlay, FB_ACCL_COLOR);
|
ret = overlay_accl(fb, oinfo->overlay, FB_ACCL_COLOR);
|
||||||
if (ret != OK)
|
if (ret != OK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user