arch/arm/src/am335x/am335x_edid.c: Fix a syslog format
This commit is contained in:
parent
7e87339341
commit
d2330897a1
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -283,7 +284,7 @@ static const struct videomode_s *
|
|||||||
void am335x_lcd_videomode(FAR const struct videomode_s *videomode,
|
void am335x_lcd_videomode(FAR const struct videomode_s *videomode,
|
||||||
FAR struct am335x_panel_info_s *panel)
|
FAR struct am335x_panel_info_s *panel)
|
||||||
{
|
{
|
||||||
lcdinfo("Detected videomode: %dx%d @ %dKHz\n",
|
lcdinfo("Detected videomode: %dx%d @ %" PRId32 "KHz\n",
|
||||||
videomode->hdisplay, videomode->vdisplay,
|
videomode->hdisplay, videomode->vdisplay,
|
||||||
am335x_videomode_vrefresh(videomode));
|
am335x_videomode_vrefresh(videomode));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user