Update telem.c

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

@ -247,7 +247,7 @@ int main(int argc, char *argv[]) {
int test_i2c_bus(int bus)
{
int output = 1;
constant char busDev[] = "/dev/i2c-";
const char busDev[] = "/dev/i2c-";
char busString[25];
char busS[5];
sprintf(busS, "%d", bus);

Loading…
Cancel
Save

Powered by TurnKey Linux.