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

@ -516,7 +516,7 @@ void transmit_off() {
// for (int i = 0; ((i < 5) && (!clockgen.enableOutputs(false))); i++) {
while ((i++ < 5) && (ret != 0)) {
ret = clockgen.enableOutputs(false);
Serial.println("Disable clock outputs");
Serial.println("Disable clock outputs!");
}
// clockgen.enableOutputs(false)
}

Loading…
Cancel
Save

Powered by TurnKey Linux.