From 13213062a319c7cad95349e0903d35af37868ba0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 12:13:07 -0400 Subject: [PATCH] added bool sstv_TimerHandler1 declaration --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 6c641a91..62a0b95c 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -160,6 +160,7 @@ 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"