提交 37fcfdb9 编写于 作者: J Jiang Runnan 提交者: guo

Solve the problem that LOG_W() may not be recognized when the INPUT CAPTURE...

Solve the problem that LOG_W() may not be recognized when the INPUT CAPTURE module is enabled,which may cause the compilation failure.
上级 709d6150
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
#include <rtdevice.h> #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) static rt_err_t rt_inputcapture_init(struct rt_device *dev)
{ {
rt_err_t ret; rt_err_t ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册