Fixed arg number.

This commit is contained in:
James Goppert 2013-06-29 17:05:41 -04:00
parent 308f1dbfa4
commit 95aa82f586
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ int md25_main(int argc, char *argv[])
if (!strcmp(argv[1], "sine")) {
if (argc < 4) {
if (argc < 6) {
printf("usage: md25 sine bus address amp freq\n");
exit(0);
}