Skip to content

Commit 5fa1549

Browse files
authored
Update PulseOut.c
Fix formatting
1 parent 65f652c commit 5fa1549

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
@@ -53,7 +53,7 @@ void pulse_finish(void) {
5353
return;
5454
}
5555
uint64_t delay = pulse_buffer[pulse_index];
56-
if (delay < min_pulse ) {
56+
if (delay < min_pulse) {
5757
delay = min_pulse;
5858
}
5959

0 commit comments

Comments
 (0)