From dab60689688bae21126687885395cc6309979659 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 06:19:49 -0400 Subject: [PATCH] timer 1 changed from 0 to 1 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index cb31c06c..9b3718b2 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -303,7 +303,7 @@ unsigned long pb_press_start; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0); -RPI_PICO_Timer ITimer1(0); +RPI_PICO_Timer ITimer1(1); bool timer0_on = false; char callsign[20];