Update PulseOut.c
Fix formatting
This commit is contained in:
parent
65f652c7e2
commit
5fa15493df
@ -53,7 +53,7 @@ void pulse_finish(void) {
|
||||
return;
|
||||
}
|
||||
uint64_t delay = pulse_buffer[pulse_index];
|
||||
if (delay < min_pulse ) {
|
||||
if (delay < min_pulse) {
|
||||
delay = min_pulse;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user