<< 13 instead of 10

pico-combined-isr-longer
alanbjohnston 3 years ago committed by GitHub
parent 55e94ff117
commit a8c0b3e454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3643,7 +3643,7 @@ bool TimerHandler0(struct repeating_timer *t) {
process_bootsel(); process_bootsel();
*/ */
if (button_counter++ << 10) if (button_counter++ << 13) // longer
{ {
button_counter = 0; button_counter = 0;
serial_input(); serial_input();

Loading…
Cancel
Save

Powered by TurnKey Linux.