summaryrefslogtreecommitdiff
path: root/recipes-navigation
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-04 03:09:26 -0500
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-11-17 15:22:22 +0200
commit964253932585c2fcee6266a69db7f8921ed28dd5 (patch)
tree5368540cb52b0055eae06c165392643bec4e7fdd /recipes-navigation
parent8d669ae1990589dc8aaacc80c61b336e0970c45c (diff)
downloadmeta-mlinux-964253932585c2fcee6266a69db7f8921ed28dd5.tar.gz
meta-mlinux-964253932585c2fcee6266a69db7f8921ed28dd5.tar.bz2
meta-mlinux-964253932585c2fcee6266a69db7f8921ed28dd5.zip
Fix typo in GPS_LINE variable
Diffstat (limited to 'recipes-navigation')
-rw-r--r--recipes-navigation/gpsd/gpsd/gpsd-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default
index c8c6f17..4c92ea2 100644
--- a/recipes-navigation/gpsd/gpsd/gpsd-default
+++ b/recipes-navigation/gpsd/gpsd/gpsd-default
@@ -58,7 +58,7 @@ if [[ $(cat /run/config/gpstype) == u-blox ]] ; then
# If the U-Blox is connected via USB, it shows
# up as using the ACM serial driver. This greatly
# simplifies setting up the U-Blox GNSS.
- if [[ $(readlink $GPS_LINE0) =~ ^ttyACM ]] ; then
+ if [[ $(readlink $GPS_LINE) =~ ^ttyACM ]] ; then
stty -F $GPS_LINE 115200
return 0
fi