drivers/input: Fix build goldfish events warning
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
parent
7495014b17
commit
0b541be56a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue