no skip on serial

pico-v0.39
alanbjohnston 3 years ago committed by GitHub
parent 167b4bee51
commit 5301d80294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4957,7 +4957,7 @@ void start_clockgen() {
void get_input() {
if (((skip++)%2) == 0)
// if (((skip++)%2) == 0)
serial_input();
// check for button press

Loading…
Cancel
Save

Powered by TurnKey Linux.