diff options
author | Robert Garbee <robert@gag.com> | 2016-01-16 10:19:47 -0700 |
---|---|---|
committer | Robert Garbee <robert@gag.com> | 2016-01-16 10:19:47 -0700 |
commit | e5be0be35f724507d7efff48339a297df73d2641 (patch) | |
tree | 9244ba35349cc147eea18fac2ddf05ed8a80a729 | |
parent | 6a7644a0d179e1eb7d665123157ad76c956e524a (diff) |
fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
-rwxr-xr-x | ao-bringup/cal-freq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/cal-freq b/ao-bringup/cal-freq index d3d9dc95..40c25ce8 100755 --- a/ao-bringup/cal-freq +++ b/ao-bringup/cal-freq @@ -10,7 +10,7 @@ case $# in ;; esac -../ao-tools/ao-cal-freq/ao-cal-freq --dev=$dev +../ao-tools/ao-cal-freq/ao-cal-freq --tty=$dev case $? in 0) calline=`./get-radio-cal $dev` |