aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c')
-rw-r--r--os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c b/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c
index f4d23e6d2..cdc4934e9 100644
--- a/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c
+++ b/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32/sdc_lld.c
+ * @file STM32/SDIOv1/sdc_lld.c
* @brief STM32 SDC subsystem low level driver source.
*
* @addtogroup SDC
@@ -436,7 +436,7 @@ void sdc_lld_start_clk(SDCDriver *sdcp) {
sdcp->sdio->CLKCR |= SDIO_CLKCR_CLKEN;
/* Clock activation delay.*/
- osalThreadSleep(MS2ST(STM32_SDC_CLOCK_ACTIVATION_DELAY));
+ osalThreadSleep(OSAL_MS2ST(STM32_SDC_CLOCK_ACTIVATION_DELAY));
}
/**