summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-04 03:09:26 -0500
committerJohn Klug <john.klug@multitech.com>2021-12-29 07:15:41 -0600
commit0f7aed6197ebe1b59d754e0cab7ba945f2231435 (patch)
tree98d41a5f7b05e88bd0fafcece759b591e7c88110
parent8e96d8272e17b528d332e01eabd41dc939725597 (diff)
downloadmeta-mlinux-0f7aed6197ebe1b59d754e0cab7ba945f2231435.tar.gz
meta-mlinux-0f7aed6197ebe1b59d754e0cab7ba945f2231435.tar.bz2
meta-mlinux-0f7aed6197ebe1b59d754e0cab7ba945f2231435.zip
Fix typo in GPS_LINE variable
-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