From 429342fbab61b49c6622f994c5522ee3eee7e39a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Feb 2010 12:25:31 -0800 Subject: Added usrp2 impl for the guts of the usrp2 handling. The top level usrp2 will contain an impl and forward calls to it. --- lib/usrp/dboard/id.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/usrp/dboard/id.cpp') diff --git a/lib/usrp/dboard/id.cpp b/lib/usrp/dboard/id.cpp index 0f173ef14..80162240e 100644 --- a/lib/usrp/dboard/id.cpp +++ b/lib/usrp/dboard/id.cpp @@ -24,6 +24,7 @@ using namespace uhd::usrp::dboard; std::ostream& operator<<(std::ostream &os, const dboard_id_t &id){ //map the dboard ids to string representations uhd::dict id_to_str; + id_to_str[ID_NONE] = "none"; id_to_str[ID_BASIC_TX] = "basic tx"; id_to_str[ID_BASIC_RX] = "basic rx"; -- cgit v1.2.3