diff options
author | Bdale Garbee <bdale@gag.com> | 2015-07-28 01:34:25 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2015-07-28 01:34:25 -0600 |
commit | 773b23c48f67564eec83fc3ee085862c547ad160 (patch) | |
tree | b015a9543995d591126a380f319f8fc745e30f41 /ao-bringup | |
parent | 87c8bb3956897830da1f7aaca2990a9571767b73 (diff) |
move turnon_teledongle to new cal-freq code
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/turnon_teledongle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/turnon_teledongle b/ao-bringup/turnon_teledongle index e6750c45..d17e2b96 100755 --- a/ao-bringup/turnon_teledongle +++ b/ao-bringup/turnon_teledongle @@ -58,7 +58,7 @@ esac echo 'E 0' > $dev -./cal-freq-file $dev $SERIAL +SERIAL=$SERIAL ./cal-freq $dev case $? in 0) |