소스 검색

Solve the problem that LOG_W() may not be recognized when the INPUT CAPTURE module is enabled,which may cause the compilation failure.

Jiang Runnan 2 년 전
부모
커밋
37fcfdb972
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/drivers/misc/rt_inputcapture.c

+ 4 - 0
components/drivers/misc/rt_inputcapture.c

@@ -10,6 +10,10 @@
 
 #include <rtdevice.h>
 
+#define DBG_TAG "incap"
+#define DBG_LVL DBG_WARNING
+#include <rtdbg.h>
+
 static rt_err_t rt_inputcapture_init(struct rt_device *dev)
 {
     rt_err_t ret;