From b20ac760403c31351d6f820cb5f2cdc54b042d2e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 20 Jun 2018 20:45:59 +0200 Subject: Add missing gps_ctrl function for E3xx builds --- host/lib/usrp/gpsd_iface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host/lib/usrp/gpsd_iface.cpp b/host/lib/usrp/gpsd_iface.cpp index 6b47b6be5..35bbb9e67 100644 --- a/host/lib/usrp/gpsd_iface.cpp +++ b/host/lib/usrp/gpsd_iface.cpp @@ -104,6 +104,10 @@ public: bool gps_detected(void) { return _detected; }; + int gps_refclock_frequency(void) { + throw runtime_error("gps_refclock_frequency not implemented for gpsd_iface"); + }; + std::vector get_sensors(void) { return _sensors; }; private: // member functions -- cgit v1.2.3