Update main.c

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent f70a784a2b
commit 29365849b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -255,8 +255,10 @@ int main(int argc, char *argv[]) {
if (*argv[1] == 'b')
mode = BPSK;
if (argc > 3)
if (argc > 2) {
// printf("String is %s %s\n", *argv[2], argv[2]);
loop = atoi(argv[2]);
}
printf("Looping %d times \n", loop);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.