From cd0f1a315fbe26efbad04f6aefef05e2150c289c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 11:42:35 -0500 Subject: [PATCH] changed to fn --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 340e8d17..9db47a09 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -79,7 +79,7 @@ extern bool get_pwm_file(); extern void play_pwm_from_file(int dds_pwm_pin); #ifndef OLD -bool sstv_end = false; +void sstv_end() {} #endif void setup() {