mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_DEBUG_VERBOSE) && defined(CONFIG_DEBUG_FS)
|
||||
#if defined(CONFIG_DEBUG_INFO) && defined(CONFIG_DEBUG_FS)
|
||||
void mmcsd_dmpcsd(FAR const uint8_t *csd, uint8_t cardtype)
|
||||
{
|
||||
bool mmc = (cardtype == MMCSD_CARDTYPE_MMC);
|
||||
|
||||
Reference in New Issue
Block a user