From 528c2f581ad888243ca4beea801a1259efa3e7d2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 18:57:45 -0400 Subject: [PATCH] missing ) --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 628b601e..3af0971e 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3427,7 +3427,7 @@ bool TimerHandler0(struct repeating_timer *t) { // digitalWrite(STEM_LED_GREEN, !green_led_counter++); timer_counter = (timer_counter++) % 5; - if ((mode == BPSK) || ((mode == FSK) && (timer_counter == 0)) { // only do this if BPSK mode or every 6 times in FSK mode + if ((mode == BPSK) || ((mode == FSK) && (timer_counter == 0))) { // only do this if BPSK mode or every 6 times in FSK mode // Serial.print("l1 "); // Serial.print(wav_position); // Serial.print(" ");