[components][drivers] change name: capture -> inputcapture

This commit is contained in:
tangweikang
2019-08-21 10:40:20 +08:00
parent e1587de6f7
commit f9bad31d57
7 changed files with 264 additions and 264 deletions

View File

@@ -130,8 +130,8 @@ extern "C" {
#include "drivers/encoder.h"
#endif
#ifdef RT_USING_CAPTURE
#include "drivers/rt_capture.h"
#ifdef RT_USING_INPUT_CAPTURE
#include "drivers/rt_inputcapture.h"
#endif
#ifdef __cplusplus