[touch] 调整触摸头文件至 rtdevice.h 中 (#6180)

This commit is contained in:
Tangyuxin
2022-07-23 11:48:26 +08:00
committed by GitHub
parent 1008a7700a
commit f82705db1d
3 changed files with 119 additions and 103 deletions
+4
View File
@@ -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