arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c: Fix a syslog format
This commit is contained in:
parent
27982ce447
commit
0007655658
@ -813,8 +813,8 @@ void lpc17_40_lcdclear(nxgl_mxpixel_t color)
|
||||
#if LPC17_40_BPP > 16
|
||||
uint32_t *dest = (uint32_t *)CONFIG_LPC17_40_LCD_VRAMBASE;
|
||||
|
||||
lcdinfo("Clearing display: color=%08x VRAM=%08x size=%d\n",
|
||||
color, CONFIG_LPC17_40_LCD_VRAMBASE,
|
||||
lcdinfo("Clearing display: color=%08jx VRAM=%08x size=%d\n",
|
||||
(uintmax_t)color, CONFIG_LPC17_40_LCD_VRAMBASE,
|
||||
CONFIG_LPC17_40_LCD_HWIDTH * CONFIG_LPC17_40_LCD_VHEIGHT *
|
||||
sizeof(uint32_t));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user