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

View File

@@ -10,8 +10,8 @@
#include "sensor.h"
#define DBG_LEVEL DBG_INFO
#define DBG_SECTION_NAME "sensor"
#define DBG_TAG "sensor"
#define DBG_LVL DBG_INFO
#include <rtdbg.h>
#include <string.h>