From eb7a99e99dacbe403426849ac4d458aeda21adb6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 13 Sep 2012 10:43:15 -0700 Subject: usrp1: added hook to poke user regs --- host/lib/usrp/usrp1/usrp1_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp') diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index bdef50ec1..9461f0081 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -135,6 +135,8 @@ private: void vandal_conquest_loop(void); + void set_reg(const std::pair ®); + //handle the enables bool _rx_enabled, _tx_enabled; void enable_rx(bool enb){ -- cgit v1.2.3