From 0a6b5653b54ea973ffe06830652b43c17c9e57ab Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 7 Feb 2018 22:33:55 +0000 Subject: [PATCH] doc: stm32: rcc all: fix typo in doxygen --- lib/stm32/common/rcc_common_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/common/rcc_common_all.c b/lib/stm32/common/rcc_common_all.c index 0c14313f..e338dcea 100644 --- a/lib/stm32/common/rcc_common_all.c +++ b/lib/stm32/common/rcc_common_all.c @@ -188,7 +188,7 @@ void rcc_periph_reset_release(enum rcc_periph_rst rst) * Exact sources available depend on your target. On devices with multiple * MCO pins, this function controls MCO1 * - * @parame[in] mcosrc the unshifted source bits + * @param[in] mcosrc the unshifted source bits */ void rcc_set_mco(uint32_t mcosrc)