From d06eb0b44e13edfe64a28ac0a2276b51b5b11ffe Mon Sep 17 00:00:00 2001 From: michael-west Date: Sat, 14 Aug 2021 21:13:21 -0700 Subject: n3xx: Add support for rev 10 No hardware interface change, so just bumping max revision. Signed-off-by: michael-west --- mpm/python/usrp_mpm/periph_manager/n3xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python') diff --git a/mpm/python/usrp_mpm/periph_manager/n3xx.py b/mpm/python/usrp_mpm/periph_manager/n3xx.py index 405c60fda..b780f2011 100644 --- a/mpm/python/usrp_mpm/periph_manager/n3xx.py +++ b/mpm/python/usrp_mpm/periph_manager/n3xx.py @@ -126,7 +126,7 @@ class n3xx(ZynqComponents, PeriphManagerBase): mboard_eeprom_offset = 0 mboard_eeprom_max_len = 256 mboard_info = {"type": "n3xx"} - mboard_max_rev = 9 # latest HW revision that this version of MPM is aware of + mboard_max_rev = 10 # latest HW revision that this version of MPM is aware of mboard_sensor_callback_map = { 'ref_locked': 'get_ref_lock_sensor', 'gps_locked': 'get_gps_lock_sensor', -- cgit v1.2.3