Update telem.c

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

@ -156,7 +156,7 @@ struct SensorConfig config_sensor(char *bus, int address, int milliAmps) {
}
char str[100];
strcpy (str, &bus);
strcpy (str, bus);
char *ch;
const char dash[2] = "-";
ch = strtok(str, dash);

Loading…
Cancel
Save

Powered by TurnKey Linux.