From fe52593108800daf91ae643c8246155aaf93a067 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 6 Aug 2022 10:03:26 -0400 Subject: [PATCH] removed other Timers --- cubesatsim/cubesatsim.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 47871205..62595fab 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -304,9 +304,6 @@ unsigned long pb_press_start; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(1); -global RPI_PICO_Timer dds_ITimer2(2); -global RPI_PICO_Timer sstv_ITimer3(3); - bool timer0_on = false;