Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent a38963a07e
commit 27c2ed02a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1724,7 +1724,7 @@ void config_radio()
if (mode == FSK) { if (mode == FSK) {
transmit_on(); transmit_on();
} else if (mode == BPSK) { } else if (mode == BPSK) {
// start_pwm(); start_pwm();
start_isr(); start_isr();
transmit_on(); transmit_on();
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.