Skip to content

Commit f98ec0c

Browse files
committed
Fix formatting
1 parent 211ba6f commit f98ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/pulseio/PulseOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void pulse_finish(void) {
6363
// if the alarm cannot be set, try again with a longer delay
6464
while (cur_alarm == 0) {
6565
cur_alarm = add_alarm_in_us(delay, pulseout_interrupt_handler, NULL, false);
66-
delay = delay + 1;
66+
delay = delay + 1;
6767
}
6868
if (pulse_index % 2 == 0) {
6969
common_hal_pwmio_pwmout_set_duty_cycle(pwmout_obj,current_duty_cycle);

0 commit comments

Comments
 (0)