pull/15/head
alanbjohnston 7 years ago committed by GitHub
parent 73c7c9d85d
commit 86c2b124f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,7 +241,7 @@ int main(int argc, char *argv[]) {
cycle = TRUE; cycle = TRUE;
mode = AFSK; mode = AFSK;
} }
else if (
if (argc > 2) { if (argc > 2) {
// printf("String is %s %s\n", *argv[2], argv[2]); // printf("String is %s %s\n", *argv[2], argv[2]);
frameCnt = atoi(argv[2]); frameCnt = atoi(argv[2]);

Loading…
Cancel
Save

Powered by TurnKey Linux.