mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 05:10:26 +08:00
[components][DeviceDriver] Update log tag from [SDIO] to SDIO.
This commit is contained in:
parent
3dc6334b2a
commit
5a70247898
@ -14,7 +14,7 @@
|
||||
#include <drivers/mmcsd_core.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "[SDIO]"
|
||||
#define DBG_SECTION_NAME "SDIO"
|
||||
#ifdef RT_SDIO_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <drivers/mmc.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "[SDIO]"
|
||||
#define DBG_SECTION_NAME "SDIO"
|
||||
#ifdef RT_SDIO_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <drivers/sdio.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "[SDIO]"
|
||||
#define DBG_SECTION_NAME "SDIO"
|
||||
#ifdef RT_SDIO_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <drivers/sd.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "[SDIO]"
|
||||
#define DBG_SECTION_NAME "SDIO"
|
||||
#ifdef RT_SDIO_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <drivers/sd.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "[SDIO]"
|
||||
#define DBG_SECTION_NAME "SDIO"
|
||||
#ifdef RT_SDIO_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user