removed i2c_bus0 test

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

@ -400,9 +400,9 @@ int main(int argc, char * argv[]) {
// test i2c buses
fflush(stdout);
printf("Test bus 0\n");
fflush(stdout);
i2c_bus0 = (test_i2c_bus(0) != -1) ? ON : OFF;
//printf("Test bus 0\n");
//fflush(stdout);
//i2c_bus0 = (test_i2c_bus(0) != -1) ? ON : OFF;
printf("Test bus 1\n");
fflush(stdout);
i2c_bus1 = (test_i2c_bus(1) != -1) ? ON : OFF;

Loading…
Cancel
Save

Powered by TurnKey Linux.