From d9afbdeaed4ef7ca470d25dc0c9b3a27665fd117 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 13:12:32 -0400 Subject: [PATCH] revert back 4 hours --- cubesatsim/cubesatsim.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 6b536ba7..6c641a91 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -160,7 +160,6 @@ void transmit_char(char character); void transmit_string(char *string); void transmit_callsign(char *callsign); void parse_payload(); -bool sstv_TimerHandler1(struct repeating_timer *t); #ifndef STASSID #define STASSID "Pico" @@ -303,7 +302,7 @@ int mode_count = 0; unsigned long pb_press_start; bool TimerHandler0(struct repeating_timer *t); -//RPI_PICO_Timer ITimer0(0); +RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(1); bool timer0_on = false;