From f2cf355caafcc9740c9de25fd7ed2f6001080f57 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 18:58:15 -0400 Subject: [PATCH] removed timer variables --- cubesatsim/cubesatsim.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 74e1c3de..8801e904 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -371,9 +371,6 @@ RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(1); bool timer0_on = false; -bool timer2_on = false; -int timer0_number = NULL; -int timer2_number = NULL; volatile int timer_counter; char callsign[20];