Update telem.c

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

@ -96,7 +96,7 @@ int main(int argc, char *argv[]) {
{
printf("vB5 Present\n"); // Don't print normal board detection
print("Result: %d \n",test_i2c_bus(3));
printf("Result: %d \n",test_i2c_bus(3));
if (access("/dev/i2c-11", W_OK | R_OK) >= 0) { // Test if I2C Bus 11 is present
printf("/dev/i2c-11 is present\n\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.