소스 검색

[DeviceDrivers] Add pin.h in the rtdevice.h

Bernard Xiong 10 년 전
부모
커밋
73d5acecba
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/drivers/include/rtdevice.h

+ 4 - 0
components/drivers/include/rtdevice.h

@@ -358,5 +358,9 @@ rt_inline void rt_work_init(struct rt_work* work, void (*work_func)(struct rt_wo
 #include "drivers/watchdog.h"
 #endif
 
+#ifdef RT_USING_PIN
+#include "drivers/pin.h"
+#endif
+
 #endif /* __RT_DEVICE_H__ */