serial every 2

pico-v0.39
alanbjohnston 3 years ago committed by GitHub
parent b2528b8588
commit 167b4bee51
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++)%5) == 0)
if (((skip++)%2) == 0)
serial_input();
// check for button press

Loading…
Cancel
Save

Powered by TurnKey Linux.