aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/sdc_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/sdc_lld.c')
-rw-r--r--os/hal/ports/STM32/LLD/sdc_lld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/sdc_lld.c b/os/hal/ports/STM32/LLD/sdc_lld.c
index 343adf6fc..a923b498c 100644
--- a/os/hal/ports/STM32/LLD/sdc_lld.c
+++ b/os/hal/ports/STM32/LLD/sdc_lld.c
@@ -487,6 +487,7 @@ void sdc_lld_start_clk(SDCDriver *sdcp) {
* @brief Sets the SDIO clock to data mode (25MHz or less).
*
* @param[in] sdcp pointer to the @p SDCDriver object
+ * @param[in] clk the clock mode
*
* @notapi
*/