pull/57/head
alanbjohnston 5 years ago committed by GitHub
parent 4c0a2118db
commit a2f01d7c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -271,8 +271,8 @@ int test_i2c_bus(char *bus)
} else } else
{ {
printf("ERROR: %d bus has a problem \n Check software to see if enabled \n", bus); printf("ERROR: %d bus has a problem \n Check software to see if enabled \n", bus);
result = -1 result = -1;
} }
} }
return(result); return(result);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.