aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_defaults.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-01-27 09:12:54 +0100
committerMartin Braun <martin.braun@ettus.com>2015-01-27 09:12:54 +0100
commit94e11cb457fc7cc9b5fa5259881ec5b729eff201 (patch)
tree8437e1890af5fc959420e2a6cc651a85c538f31c /host/lib/usrp/e300/e300_defaults.hpp
parent5047677c784077be82d11be26277260e6350a5bc (diff)
parentd238f12252870d73df125649d965edc2a05debf5 (diff)
downloaduhd-94e11cb457fc7cc9b5fa5259881ec5b729eff201.tar.gz
uhd-94e11cb457fc7cc9b5fa5259881ec5b729eff201.tar.bz2
uhd-94e11cb457fc7cc9b5fa5259881ec5b729eff201.zip
Merge branch 'maint'
Conflicts: host/docs/usrp_e3x0.dox
Diffstat (limited to 'host/lib/usrp/e300/e300_defaults.hpp')
-rw-r--r--host/lib/usrp/e300/e300_defaults.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_defaults.hpp b/host/lib/usrp/e300/e300_defaults.hpp
index 9c0e5df1d..8fe8c3a05 100644
--- a/host/lib/usrp/e300/e300_defaults.hpp
+++ b/host/lib/usrp/e300/e300_defaults.hpp
@@ -35,7 +35,7 @@ static const double DEFAULT_FE_GAIN = 0.0;
static const double DEFAULT_FE_FREQ = 1.0e9;
static const double DEFAULT_FE_BW = 56e6;
-static const std::string DEFAULT_TIME_SRC = "none";
+static const std::string DEFAULT_TIME_SRC = "internal";
static const std::string DEFAULT_CLOCK_SRC = "internal";
static const size_t DEFAULT_RX_DATA_FRAME_SIZE = 4096;