Fix formatting

This commit is contained in:
root 2021-07-06 14:43:46 -05:00
parent 211ba6f3cc
commit f98ec0cfd6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void pulse_finish(void) {
// if the alarm cannot be set, try again with a longer delay
while (cur_alarm == 0) {
cur_alarm = add_alarm_in_us(delay, pulseout_interrupt_handler, NULL, false);
delay = delay + 1;
delay = delay + 1;
}
if (pulse_index % 2 == 0) {
common_hal_pwmio_pwmout_set_duty_cycle(pwmout_obj,current_duty_cycle);