From 4f34a9a513c394e48a852cf542b30e542120e2ef Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 7 Aug 2025 16:10:03 -0400 Subject: [PATCH] Update main.c typo 2 to 3 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index b9af4197..67df1a9e 100644 --- a/main.c +++ b/main.c @@ -1659,7 +1659,7 @@ void get_tlm_fox() { } int i2c_1, i2c_3; i2c_1 = i2c_bus1; - i2c_2 = i2c_bus2; + i2c_3 = i2c_bus3; if (failureMode == FAIL_I2C1) { i2c_1 = FALSE; } else if (failureMode == FAIL_I2C3) {