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); }