diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-09 19:23:17 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-09 19:23:17 -0800 |
commit | b43a1a9d5e01566457d9c9ee478d13e899a46e77 (patch) | |
tree | f41d1b4ae8d1fac78b1a59c507ce714d46b86464 /host/lib/usrp/usrp_e100/usrp_e100_impl.cpp | |
parent | 5f2c71383a2b5dd0f2f469f6ad8c4720358f2a12 (diff) | |
download | uhd-b43a1a9d5e01566457d9c9ee478d13e899a46e77.tar.gz uhd-b43a1a9d5e01566457d9c9ee478d13e899a46e77.tar.bz2 uhd-b43a1a9d5e01566457d9c9ee478d13e899a46e77.zip |
usrp-e100: moved kernel header to lib dir, remove the header check, default enable to false
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp b/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp index 73cb1f285..1ff135eac 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp @@ -51,7 +51,7 @@ static device_addrs_t usrp_e100_find(const device_addr_t &hint){ //device node not provided, assume its 0 if (not hint.has_key("node")){ device_addr_t new_addr = hint; - new_addr["node"] = "/dev/usrp_e1000"; + new_addr["node"] = "/dev/usrp_e0"; return usrp_e100_find(new_addr); } |