Skip to content

Commit 65f652c

Browse files
authored
Update PulseOut.c
Fixed formatting issue
1 parent 9814386 commit 65f652c

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
@@ -54,7 +54,7 @@ void pulse_finish(void) {
5454
}
5555
uint64_t delay = pulse_buffer[pulse_index];
5656
if (delay < min_pulse ) {
57-
delay = min_pulse;
57+
delay = min_pulse;
5858
}
5959

6060
add_alarm_in_us(delay, pulseout_interrupt_handler, NULL, false);

0 commit comments

Comments
 (0)