[components/drivers][touch]删除多余的touch.h (#7090)

* [components/drivers][touch]删除多余的touch.h

* 将touc.h替换为rtdevice.h
This commit is contained in:
yangjie11
2023-03-24 11:47:28 -04:00
committed by GitHub
parent 6095d65679
commit b0c247fb59
30 changed files with 10 additions and 41 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* 2019-05-20 tyustli the first version
*/
#include "touch.h"
#include <rtdevice.h>
#include <string.h>
#define DBG_TAG "touch"
-12
View File
@@ -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>