diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-11 14:18:48 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 17:24:17 -0400 |
commit | f6e0a0e8e63e576d7f6c0194d13ec24c5a907363 (patch) | |
tree | 31296b1248895f322578715acd82926a2b61d769 /libmaple | |
parent | e4a64648af9923e408be49ac3cb7083215d83efd (diff) | |
download | librambutan-f6e0a0e8e63e576d7f6c0194d13ec24c5a907363.tar.gz librambutan-f6e0a0e8e63e576d7f6c0194d13ec24c5a907363.zip |
stm32f1/rcc.h: Add a FIXME.
Having a separate struct is stupid.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-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. |