From ba8f7479070d57ffa7159fb344add9a5c15a5881 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 12:14:07 -0400 Subject: [PATCH] added null parameter --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 5c369b55..407015a7 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3193,7 +3193,7 @@ bool TimerHandler0(struct repeating_timer *t) { } } } else if (mode == SSTV) - sstv_TimerHandler1(); + sstv_TimerHandler1(null); // } /* if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed