We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8bd3d commit 8965a73Copy full SHA for 8965a73
include/zephyr/dt-bindings/clock/stm32c0_clock.h
@@ -25,7 +25,8 @@
25
/** Fixed clocks */
26
/* Low speed clocks defined in stm32_common_clocks.h */
27
#define STM32_SRC_HSI (STM32_SRC_LSI + 1)
28
-#define STM32_SRC_HSE (STM32_SRC_HSI + 1)
+#define STM32_SRC_HSI48 (STM32_SRC_HSI + 1)
29
+#define STM32_SRC_HSE (STM32_SRC_HSI48 + 1)
30
/** Peripheral bus clock */
31
#define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
32
0 commit comments