Update main.c typo 2 to 3

master-latency
Alan Johnston 4 months ago committed by GitHub
parent 20e24087f1
commit 4f34a9a513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1659,7 +1659,7 @@ void get_tlm_fox() {
} }
int i2c_1, i2c_3; int i2c_1, i2c_3;
i2c_1 = i2c_bus1; i2c_1 = i2c_bus1;
i2c_2 = i2c_bus2; i2c_3 = i2c_bus3;
if (failureMode == FAIL_I2C1) { if (failureMode == FAIL_I2C1) {
i2c_1 = FALSE; i2c_1 = FALSE;
} else if (failureMode == FAIL_I2C3) { } else if (failureMode == FAIL_I2C3) {

Loading…
Cancel
Save

Powered by TurnKey Linux.