From 8c434f7d63aca25b55d6d13dffcc1d7037261d4f Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Wed, 10 Nov 2010 11:14:47 -0800
Subject: uhd: renamed enums to reflect new convention

---
 host/include/uhd/usrp/mboard_eeprom.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'host/include')

diff --git a/host/include/uhd/usrp/mboard_eeprom.hpp b/host/include/uhd/usrp/mboard_eeprom.hpp
index f44275aad..530b177be 100644
--- a/host/include/uhd/usrp/mboard_eeprom.hpp
+++ b/host/include/uhd/usrp/mboard_eeprom.hpp
@@ -36,8 +36,8 @@ namespace uhd{ namespace usrp{
 
         //! Possible EEPROM maps types
         enum map_type{
-            MAP_NXXX,
-            MAP_B1XX
+            MAP_N100,
+            MAP_B000
         };
 
         //! Make a new empty mboard eeprom
-- 
cgit v1.2.3