serial every 5

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

Loading…
Cancel
Save

Powered by TurnKey Linux.