Update telem.c

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

@ -334,6 +334,7 @@ int main(int argc, char *argv[]) {
int count; int count;
char *token; char *token;
char cmdbuffer[100];
const char space[2] = " "; const char space[2] = " ";
token = strtok(cmdbuffer, space); token = strtok(cmdbuffer, space);
for (count = 0; count < 8; count++) for (count = 0; count < 8; count++)

Loading…
Cancel
Save

Powered by TurnKey Linux.