drivers/input: Fix build goldfish events warning

Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
liuhongchao 2023-10-16 11:32:30 +08:00 committed by Alan Carvalho de Assis
parent 7495014b17
commit 0b541be56a
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ static void goldfish_events_worker(FAR void *arg)
putreg32(GOLDFISH_EVENTS_PAGE_ABSDATA,
events->base + GOLDFISH_EVENTS_SET_PAGE);
iinfo("goldfish_events_interrupt events(%d,%d,%d).\n",
evt.type, evt.code, evt.value);
iinfo("goldfish_events_interrupt events(%" PRIu32 ", %" PRIu32 ", \
%" PRIu32 ").\n", evt.type, evt.code, evt.value);
#ifdef CONFIG_INPUT_TOUCHSCREEN
if (goldfish_events_send_touch_event(events, &evt))