allow n param in pss_usrp test

This commit is contained in:
Andre Puschmann 2018-02-21 13:45:49 +01:00
parent 57bb831f27
commit 281611b26a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void usage(char *prog) {
void parse_args(int argc, char **argv) {
int opt;
while ((opt = getopt(argc, argv, "adgetvsfil")) != -1) {
while ((opt = getopt(argc, argv, "adgetvnsfil")) != -1) {
switch (opt) {
case 'a':
rf_args = argv[optind];