diff options
-rw-r--r-- | libmaple/stm32f1/rcc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmaple/stm32f1/rcc.c b/libmaple/stm32f1/rcc.c index c8d24c6..2b78e89 100644 --- a/libmaple/stm32f1/rcc.c +++ b/libmaple/stm32f1/rcc.c @@ -151,6 +151,10 @@ void rcc_clk_enable(rcc_clk_id id) { /** * @brief Reset a peripheral. + * + * Caution: not all rcc_clk_id values refer to a peripheral which can + * be reset. + * * @param id Clock ID of the peripheral to reset. */ void rcc_reset_dev(rcc_clk_id id) { |