From 0e3240ec5680fff7597d209b795dd0bc603f9919 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 1 Jul 2011 22:16:34 -0700 Subject: usrp: renamed sma source option to external --- host/lib/usrp/cores/time64_core_200.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/lib/usrp/cores') diff --git a/host/lib/usrp/cores/time64_core_200.cpp b/host/lib/usrp/cores/time64_core_200.cpp index 1edfef8a1..23d1bdea2 100644 --- a/host/lib/usrp/cores/time64_core_200.cpp +++ b/host/lib/usrp/cores/time64_core_200.cpp @@ -52,8 +52,8 @@ public: _mimo_delay_cycles(mimo_delay_cycles) { _sources.push_back("none"); - _sources.push_back("sma"); - _sources.push_back("_sma_"); + _sources.push_back("external"); + _sources.push_back("_external_"); if (_mimo_delay_cycles != 0) _sources.push_back("mimo"); } @@ -98,10 +98,10 @@ public: assert_has(_sources, source, "time source"); //setup pps flags - if (source == "sma"){ + if (source == "external"){ _iface->poke32(REG_TIME64_FLAGS, FLAG_TIME64_PPS_SMA | FLAG_TIME64_PPS_POSEDGE); } - else if (source == "_sma_"){ + else if (source == "_external_"){ _iface->poke32(REG_TIME64_FLAGS, FLAG_TIME64_PPS_SMA | FLAG_TIME64_PPS_NEGEDGE); } -- cgit v1.2.3