mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
[components/drivers][touch]删除多余的touch.h (#7090)
* [components/drivers][touch]删除多余的touch.h * 将touc.h替换为rtdevice.h
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* 2019-05-20 tyustli the first version
|
||||
*/
|
||||
|
||||
#include "touch.h"
|
||||
#include <rtdevice.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DBG_TAG "touch"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2019-05-20 tyustli the first version
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
Reference in New Issue
Block a user