summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index e48bd5b372..f33dee652a 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -1018,12 +1018,12 @@ void sd_enable(bool on)
bitclr32(&CGU_PERI, CGU_MCI_CLOCK_ENABLE);
}
}
+#endif /* BOOTLOADER */
tCardInfo *card_get_info_target(int card_no)
{
return &card_info[card_no];
}
-#endif /* BOOTLOADER */
#ifdef HAVE_HOTSWAP
bool sd_removable(IF_MD_NONVOID(int drive))