Skip to content

Commit 0f5b9ee

Browse files
Alexander Kozhinovcarlescufi
authored andcommitted
boards: nucleo_h745zi_q_m7: fixed pwm bug
fixed pwm bug #26313 Signed-off-by: Alexander Kozhinov <[email protected]>
1 parent 8e2c4a4 commit 0f5b9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/nucleo_h745zi_q/nucleo_h745zi_q_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
compatible = "pwm-leds";
2727

2828
red_pwm_led: red_pwm_led {
29-
pwms = <&pwm12 1 4>;
29+
pwms = <&pwm12 1 4 PWM_POLARITY_NORMAL>;
3030
label = "User LD3 - PWM12";
3131
};
3232
};

0 commit comments

Comments
 (0)