diff options
author | johschmitz <johannes.schmitz1@gmail.com> | 2016-06-16 18:01:26 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 09:43:43 +0200 |
commit | 416ac19e94d684111517df7f371810fbc469603c (patch) | |
tree | 09940bc37a63166d026579c581937dcef55cfb55 /host/lib | |
parent | eb596e826755a6f3d10c824019609c02c459a969 (diff) | |
download | uhd-416ac19e94d684111517df7f371810fbc469603c.tar.gz uhd-416ac19e94d684111517df7f371810fbc469603c.tar.bz2 uhd-416ac19e94d684111517df7f371810fbc469603c.zip |
Don't send GPS specific command before recognition
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.
Diffstat (limited to 'host/lib')
-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)); |