From da8a6ff1ee9ac9eb14cb290a8fed9a95f5232a21 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 10 Oct 2011 17:18:14 -0700 Subject: usrp: added revision field to the dboard id class --- host/include/uhd/usrp/dboard_eeprom.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/usrp/dboard_eeprom.hpp b/host/include/uhd/usrp/dboard_eeprom.hpp index f0190e233..93fc5ac7d 100644 --- a/host/include/uhd/usrp/dboard_eeprom.hpp +++ b/host/include/uhd/usrp/dboard_eeprom.hpp @@ -33,6 +33,9 @@ struct UHD_API dboard_eeprom_t{ //! The unique serial number std::string serial; + //! A hardware revision number + std::string revision; + /*! * Create an empty dboard eeprom struct. */ -- cgit v1.2.3