Skip to content

Commit c4218d0

Browse files
committed
Fix timer assignemnet for pad 37
1 parent 04e43b4 commit c4218d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/ard_sup/analog/ap3_analog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ ap3_err_t ap3_pwm_output(uint8_t pin, uint32_t th, uint32_t fw, uint32_t clk)
502502
// 37
503503
timer = 7;
504504
segment = AM_HAL_CTIMER_TIMERA;
505-
output = AM_HAL_CTIMER_OUTPUT_NORMAL;
505+
output = AM_HAL_CTIMER_OUTPUT_SECONDARY;
506506
}
507507
}
508508
else

0 commit comments

Comments
 (0)