From 07d7eb3ac08b910d13a1220ac8849f8a19053411 Mon Sep 17 00:00:00 2001 From: anjianjun Date: Wed, 28 Jul 2021 14:07:35 +0800 Subject: [PATCH] drivers/mmcsd:fix build error of debug N/A Signed-off-by: anjianjun Change-Id: I7b5f5590bb953add6919b64fa37f73cdcfc32b49 --- 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 cfdded91313..a82b352253f 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));