for i2c bus 3, added printf that it is not an error for a CubeSatSim Lite

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent b4b6145b2d
commit 258c4b78d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2360,6 +2360,8 @@ int test_i2c_bus(int bus)
if (error != 0)
{
printf("ERROR: %s bus has a problem \n Check I2C wiring and pullup resistors \n", busDev);
if (bus == 3)
printf("-> If this is a CubeSatSim Lite, then this error is normal!\n");
output = -1;
}
} else

Loading…
Cancel
Save

Powered by TurnKey Linux.