removed button_counter from isr

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

@ -3642,7 +3642,7 @@ bool TimerHandler0(struct repeating_timer *t) {
if (BOOTSEL) // boot selector button is pressed on Pico
process_bootsel();
*/
/*
if (button_counter++ << 10)
{
button_counter = 0;
@ -3654,6 +3654,7 @@ bool TimerHandler0(struct repeating_timer *t) {
if (BOOTSEL) // boot selector button is pressed on Pico
process_bootsel();
}
*/
return true;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.