未验证 提交 717c6781 编写于 作者: X xfwangqiang 提交者: GitHub

fixed some warning (#5866)

上级 c80993f7
......@@ -114,7 +114,12 @@ rt_inline int kmi_read(struct mouse_pl050_pdata_t * pdat, rt_uint8_t * value)
return RT_FALSE;
}
#ifdef PKG_USING_GUIENGINE
static rt_uint32_t emouse_id;
#endif
#ifdef PKG_USING_LVGL
extern void lv_port_indev_input(rt_int16_t x, rt_int16_t y, lv_indev_state_t state);
#endif
void push_event_touch_move(int x, int y)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册