fix formatting
This commit is contained in:
parent
6e4613f1a1
commit
b2e72b2912
@ -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…
x
Reference in New Issue
Block a user