fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
authorRobert Garbee <robert@gag.com>
Sat, 16 Jan 2016 17:19:47 +0000 (10:19 -0700)
committerRobert Garbee <robert@gag.com>
Sat, 16 Jan 2016 17:19:47 +0000 (10:19 -0700)
ao-bringup/cal-freq

index d3d9dc956f859729289f0e48b93d75c91071f303..40c25ce8a5bc7b4c516d871b5bf6893b4dda2e03 100755 (executable)
@@ -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`