From 7cf5e2aeb9cf40b483b11b77d8242fa231998de6 Mon Sep 17 00:00:00 2001 From: Michael West Date: Mon, 28 Oct 2013 12:44:08 -0700 Subject: CID 1104302: Fixed uninitialized scalar. --- host/lib/usrp/cores/time64_core_200.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/lib/usrp/cores/time64_core_200.cpp b/host/lib/usrp/cores/time64_core_200.cpp index 11b310362..ad5e6477c 100644 --- a/host/lib/usrp/cores/time64_core_200.cpp +++ b/host/lib/usrp/cores/time64_core_200.cpp @@ -48,6 +48,7 @@ public: ): _iface(iface), _base(base), _readback_bases(readback_bases), + _tick_rate(0.0), _mimo_delay_cycles(mimo_delay_cycles) { _sources.push_back("none"); -- cgit v1.2.3