From eafcaeb1127361ee44deff9883becb82e278a01c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Dec 2022 10:28:27 -0500 Subject: [PATCH] removed while on 2 --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1bdddd8e..cab4f140 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3659,7 +3659,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("-"); if (mode == FSK) { // if (!i2c_busy_now2) { - while (i2c_busy_now2) { } +/// while (i2c_busy_now2) { } i2c_busy_now = true; clockgen.enableOutputOnly(1); i2c_busy_now = false; @@ -3674,7 +3674,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("_"); if (mode == FSK) { // if (!i2c_busy_now2) { - while (i2c_busy_now2) { } +/// while (i2c_busy_now2) { } i2c_busy_now = true; clockgen.enableOutputOnly(0); i2c_busy_now = false;