pull/190/head
alanbjohnston 3 years ago committed by GitHub
parent 57164d49fa
commit aab9eda7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -498,7 +498,7 @@ void transmit_on() {
Serial.println("Enable clock outputs!"); Serial.println("Enable clock outputs!");
} }
*/ */
if (!clockgen.enableOutputs(trie)) { if (!clockgen.enableOutputs(true)) {
start_clockgen(); start_clockgen();
clockgen.enableOutputs(true); clockgen.enableOutputs(true);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.