From c9490cdcbf84c2423c1bf7da4f01eeebec3e796d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 12:24:33 -0400 Subject: [PATCH] trying to fix --- cubesatsim/cubesatsim.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 865d204c..46f79719 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3202,10 +3202,9 @@ bool TimerHandler0(struct repeating_timer *t) { if (BOOTSEL) // boot selector button is pressed on Pico process_bootsel(); */ -} return true; } - +//} void start_isr() {