diff options
-rw-r--r-- | libmaple/stm32f1/include/series/rcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmaple/stm32f1/include/series/rcc.h b/libmaple/stm32f1/include/series/rcc.h index c20d5d6..4df88ea 100644 --- a/libmaple/stm32f1/include/series/rcc.h +++ b/libmaple/stm32f1/include/series/rcc.h @@ -562,6 +562,8 @@ typedef enum rcc_pll_multiplier { RCC_PLLMUL_16 = (0xE << 18), } rcc_pll_multiplier; +/* FIXME [0.0.13] Just have data point to an rcc_pll_multiplier! */ + /** * @brief STM32F1 PLL configuration values. * Point to one of these with the "data" field in a struct rcc_pll_cfg. |