From 7bd6d21fa71c8c2b28c81befc7883b6289a63744 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 18:49:22 -0400 Subject: [PATCH] removed ITimer2 --- cubesatsim/cubesatsim.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 6c8b4978..74e1c3de 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -369,7 +369,6 @@ const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg"; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(1); -RPI_PICO_Timer ITimer2(2); bool timer0_on = false; bool timer2_on = false;