From 9a9682c3da391e79c7db255c4959784d9f749d7f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 18 Nov 2022 22:52:03 -0500 Subject: [PATCH] Timer2 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index c89f4cfb..41bfefcc 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -371,7 +371,7 @@ 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 ITimer1(2); +RPI_PICO_Timer ITimer2(2); bool timer0_on = false; volatile int timer_counter;