Skip to content

Commit 6e4613f

Browse files
committed
Fix formatting
1 parent 9814386 commit 6e4613f

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)