From aab9eda7f7bf9ba3340687c8c5db7e6002e63011 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 18 Sep 2022 16:02:48 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 668316fd..19af4596 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -498,7 +498,7 @@ void transmit_on() { Serial.println("Enable clock outputs!"); } */ - if (!clockgen.enableOutputs(trie)) { + if (!clockgen.enableOutputs(true)) { start_clockgen(); clockgen.enableOutputs(true); }