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