From 3c393d6dfc3cc6e477f60f2e423594a32c85404c Mon Sep 17 00:00:00 2001 From: anjianjun Date: Wed, 28 Jul 2021 09:46:29 +0800 Subject: [PATCH] drivers/mmcsd:fix build error of debug Signed-off-by: anjianjun --- drivers/mmcsd/mmcsd_debug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmcsd/mmcsd_debug.c b/drivers/mmcsd/mmcsd_debug.c index cfdded9131..a82b352253 100644 --- a/drivers/mmcsd/mmcsd_debug.c +++ b/drivers/mmcsd/mmcsd_debug.c @@ -70,9 +70,7 @@ void mmcsd_dmpcsd(FAR const uint8_t *csd, uint8_t cardtype) { bool mmc = (cardtype == MMCSD_CARDTYPE_MMC); -#if defined(CONFIG_DEBUG_FS_INFO) bool sd2 = (MMCSD_CSD_CSDSTRUCT(csd) == 1); -#endif finfo("CSD\n"); finfo(" CSD_STRUCTURE: 1.%d\n", MMCSD_CSD_CSDSTRUCT(csd));