diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-20 19:25:57 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-20 19:25:57 -0700 |
commit | 81e2262c9e41bbd3621c9753231e5eba23cd7292 (patch) | |
tree | 2a145688ffb49be48df8fd9d65981c5cd4e8c720 /host/lib | |
parent | a6ec6e254425f245db3d9543ddca43fe27d77a77 (diff) | |
download | uhd-81e2262c9e41bbd3621c9753231e5eba23cd7292.tar.gz uhd-81e2262c9e41bbd3621c9753231e5eba23cd7292.tar.bz2 uhd-81e2262c9e41bbd3621c9753231e5eba23cd7292.zip |
e100: fix typo from last commit
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/e100/e100_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/e100_impl.cpp b/host/lib/usrp/e100/e100_impl.cpp index b7a3d9bcc..ec459b2c4 100644 --- a/host/lib/usrp/e100/e100_impl.cpp +++ b/host/lib/usrp/e100/e100_impl.cpp @@ -190,7 +190,7 @@ e100_impl::e100_impl(const uhd::device_addr_t &device_addr){ _tree->create<std::string>("/name").set("E-Series Device"); const fs_path mb_path = "/mboards/0"; _tree->create<std::string>(mb_path / "name").set(model); - _tree->create<std::strign>(mb_path / "codename").set("Euwanee"); + _tree->create<std::string>(mb_path / "codename").set("Euwanee"); //////////////////////////////////////////////////////////////////// // setup the mboard eeprom |