From 9127b4b93529a08e973db3f000a4b8d410348c30 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 15:43:48 -0500 Subject: [PATCH] removed clockgen enable Only --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 03044bc1..fc90a3dc 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3636,7 +3636,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("-"); if (mode == FSK) { i2c_busy_now = true; - clockgen.enableOutputOnly(1); +// clockgen.enableOutputOnly(1); i2c_busy_now = false; } } else { @@ -3647,7 +3647,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("_"); if (mode == FSK) { i2c_busy_now = true; - clockgen.enableOutputOnly(0); +// clockgen.enableOutputOnly(0); i2c_busy_now = false; } }