Skip to content

Commit 54234db

Browse files
typo
1 parent e11b69a commit 54234db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,9 +4135,9 @@ void transmit_callsign(char *callsign) {
41354135

41364136
if (!sr_frs_present) {
41374137
start_clockgen();
4138-
if (clockgen.setClockFSK()) {
4138+
if (clockgen.setClockFSK(frequency_offset)) {
41394139
start_clockgen();
4140-
clockgen.setClockFSK();
4140+
clockgen.setClockFSK(frequency_offset);
41414141
Serial.println("Config clock for CW without SR_FRS!");
41424142
} else {
41434143
Serial.println("Config clock for CW without SR_FRS");

0 commit comments

Comments
 (0)