mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
drivers/input: Fix build goldfish events warning
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
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))
|
||||
|
||||
Reference in New Issue
Block a user