Advertisement
Guest User

Untitled

a guest
Jun 27th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp b/host/lib/usrp/usrp_e10
  2. index 5b039aa..1a39d22 100644
  3. --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp
  4. +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp
  5. @@ -55,8 +55,8 @@ static device_addrs_t usrp_e100_find(const device_addr_t &hint
  6. new_addr["node"] = fs::system_complete(fs::path(hint["node"])).string()
  7. try{
  8. usrp_e100_iface::sptr iface = usrp_e100_iface::make(new_addr["node"
  9. - new_addr["name"] = iface->mb_eeprom["name"];
  10. - new_addr["serial"] = iface->mb_eeprom["serial"];
  11. + new_addr["name"] = "";//iface->mb_eeprom["name"];
  12. + new_addr["serial"] = "";//iface->mb_eeprom["serial"];
  13. }
  14. catch(const std::exception &e){
  15. new_addr["name"] = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement