From 2a57b072e966c8a04b19e95917e2099667537640 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Dec 2022 09:39:39 -0500 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index db3cb907..08989d12 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3659,7 +3659,7 @@ bool TimerHandler0(struct repeating_timer *t) { if (mode == FSK) { if (!i2c_busy_now) { i2c_busy_now = true; -/ clockgen.enableOutputOnly(1); + clockgen.enableOutputOnly(1); i2c_busy_now = false; } else Serial.print("-");