lv_port_indev.c 284 字节
Newer Older
R
Rbb666 已提交
1
/*
R
Rbb666 已提交
2
 * Copyright (c) 2006-2023, RT-Thread Development Team
R
Rbb666 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2021-10-18     Meco Man     The first version
 */
#include <lvgl.h>
#include <rtdevice.h>

void lv_port_indev_init(void)
{
}