summaryrefslogtreecommitdiff
path: root/include/stm32_rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stm32_rcc.h')
-rw-r--r--include/stm32_rcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h
index 748c2ebd0c..71da3c1a87 100644
--- a/include/stm32_rcc.h
+++ b/include/stm32_rcc.h
@@ -40,7 +40,8 @@ struct stm32_clk_info {
};
enum soc_family {
- STM32F4,
+ STM32F42X,
+ STM32F469,
STM32F7,
};