pull/267/head
alanbjohnston 3 years ago committed by GitHub
parent c36cbe802e
commit 390eb2d270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4127,7 +4127,7 @@ void transmit_cw(int freq, float duration) { // freq in Hz, duration in millise
while((micros() - start) < duration_us) { }
if (clockgen_present) {
digitalWrite(BPSK_CONTROL_A, LOW);
////// clockgen.enableOutputs(false);
clockgen.enableOutputs(false);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.