changed null to 1

pull/218/head
alanbjohnston 3 years ago committed by GitHub
parent ba8f747907
commit f330cc8d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3193,7 +3193,7 @@ bool TimerHandler0(struct repeating_timer *t) {
} }
} }
} else if (mode == SSTV) } else if (mode == SSTV)
sstv_TimerHandler1(null); sstv_TimerHandler1(1);
// } // }
/* /*
if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed

Loading…
Cancel
Save

Powered by TurnKey Linux.