mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
drivers/input: Fix build goldfish events warning
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
parent
7495014b17
commit
0b541be56a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue