Skip to content

Commit 6db4853

Browse files
authored
Merge pull request #432 from gbr1/prescaler-unoq
unoq: changed prescaler for timer 1 and timer 8
2 parents 9b16dea + 7e47245 commit 6db4853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
/* Enable PWM timers */
9898
&timers1 {
9999
status = "okay";
100-
st,prescaler = <4>;
100+
st,prescaler = <63>;
101101

102102
pwm1: pwm {
103103
status = "okay";
@@ -160,7 +160,7 @@
160160
/* Currently only the pins marked with ~ on the pin headers are enabled */
161161
&timers8 {
162162
status = "okay";
163-
st,prescaler = <4>;
163+
st,prescaler = <63>;
164164

165165
pwm8: pwm {
166166
status = "okay";

0 commit comments

Comments
 (0)