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

This commit is contained in:
Jiang Runnan 2022-07-21 10:41:53 +08:00 committed by guo
parent 709d615096
commit 37fcfdb972
1 changed files with 4 additions and 0 deletions

View File

@ -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;