From 87107c9084868bbf236a4c8a0156522f21a51bb5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 12:34:49 -0400 Subject: [PATCH] commented it out --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 92fd67c9..6b536ba7 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -303,7 +303,7 @@ int mode_count = 0; unsigned long pb_press_start; bool TimerHandler0(struct repeating_timer *t); -global RPI_PICO_Timer ITimer0(0); +//RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(1); bool timer0_on = false;