diff options
author | johschmitz <johannes.schmitz1@gmail.com> | 2016-06-16 18:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 18:01:26 +0200 |
commit | 5734e06fb3ca883571cf65dabb87bad052323310 (patch) | |
tree | b6e04972b25c0283377434108818822c72fc3b0e | |
parent | 5fb85d987c7ac04547ce7648e0a90ade61e35ed0 (diff) | |
download | uhd-lea-m8f-003_009_001.tar.gz uhd-lea-m8f-003_009_001.tar.bz2 uhd-lea-m8f-003_009_001.zip |
Don't send GPS specific command before recognitionlea-m8f-003_009_001
LEA M8F should be initialized after recognition, which is indeed the case
so the first init is not needed and might be harmful for other GPS modules.
-rw-r--r-- | host/lib/usrp/gps_ctrl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index 84b919620..f1aa35a81 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -372,9 +372,6 @@ public: _flush(); //get whatever junk is in the rx buffer right now, and throw it away _send("HAAAY GUYYYYS\n"); //to elicit a response from the GPSDO - // try to init LEA-M8F - init_lea_m8f(); - //wait for _send(...) to return sleep(milliseconds(GPSDO_COMMAND_DELAY_MS)); |