Commit e3c6c87f authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

samples: boards: Fix typo in nucleo_wba55cg overlay



s/MCO1_PRE_DIV_2/MCO_PRE_DIV_2/

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 3ef95408
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
&mco1 {
	status = "okay";
	clocks = <&rcc STM32_SRC_LSE MCO1_SEL(MCO_SEL_LSE)>;
	prescaler = <MCO1_PRE(MCO1_PRE_DIV_2)>;
	prescaler = <MCO1_PRE(MCO_PRE_DIV_2)>;
	pinctrl-0 = <&rcc_mco_pa8>;
	pinctrl-names = "default";
};