Skip to content

Commit e3c6c87

Browse files
committed
samples: boards: Fix typo in nucleo_wba55cg overlay
s/MCO1_PRE_DIV_2/MCO_PRE_DIV_2/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 3ef9540 commit e3c6c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/boards/st/mco/boards/nucleo_wba55cg.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
&mco1 {
2525
status = "okay";
2626
clocks = <&rcc STM32_SRC_LSE MCO1_SEL(MCO_SEL_LSE)>;
27-
prescaler = <MCO1_PRE(MCO1_PRE_DIV_2)>;
27+
prescaler = <MCO1_PRE(MCO_PRE_DIV_2)>;
2828
pinctrl-0 = <&rcc_mco_pa8>;
2929
pinctrl-names = "default";
3030
};

0 commit comments

Comments
 (0)