mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 02:27:10 +08:00
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:
parent
709d615096
commit
37fcfdb972
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user