fixed bug in vB5 i2c bus selection

pull/71/head
alanbjohnston 5 years ago committed by GitHub
parent 1ef20df970
commit 6ea3717745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ int main(int argc, char *argv[]) {
{
printf("vB5 Present\n"); // Don't print normal board detection
snprintf(busStr, 10, "%d %d", test_i2c_bus(0), test_i2c_bus(3));
snprintf(busStr, 10, "%d %d", test_i2c_bus(1), test_i2c_bus(3));
printf("New Bus String: %s \n", busStr);
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.