Update all of debug log definition to DBG_TAG and DBG_LVL.

This commit is contained in:
armink
2019-04-12 10:18:57 +08:00
parent 35bb75b96b
commit fa4d4ab7cf
63 changed files with 166 additions and 171 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
#include <string.h>
#include <stdlib.h>
#define DBG_SECTION_NAME "adc"
#define DBG_LEVEL DBG_INFO
#define DBG_TAG "adc"
#define DBG_LVL DBG_INFO
#include <rtdbg.h>
static rt_size_t _adc_read(rt_device_t dev, rt_off_t pos, void *buffer, rt_size_t size)