mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 22:04:54 +08:00
[touch] 调整触摸头文件至 rtdevice.h 中 (#6180)
This commit is contained in:
@@ -153,6 +153,10 @@ extern "C" {
|
||||
#include "drivers/rt_inputcapture.h"
|
||||
#endif /* RT_USING_INPUT_CAPTURE */
|
||||
|
||||
#ifdef RT_USING_TOUCH
|
||||
#include "drivers/touch.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user