diff options
author | michael-west <michael.west@ettus.com> | 2021-08-14 21:13:21 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-08-16 15:42:13 -0500 |
commit | d06eb0b44e13edfe64a28ac0a2276b51b5b11ffe (patch) | |
tree | d03084ce7a5a690e2129e8828e80ce6e997bfc26 /mpm/python/usrp_mpm | |
parent | 81a9cc1f8751d4f51778928d2f69547bdfcb4f1a (diff) | |
download | uhd-d06eb0b44e13edfe64a28ac0a2276b51b5b11ffe.tar.gz uhd-d06eb0b44e13edfe64a28ac0a2276b51b5b11ffe.tar.bz2 uhd-d06eb0b44e13edfe64a28ac0a2276b51b5b11ffe.zip |
n3xx: Add support for rev 10
No hardware interface change, so just bumping max revision.
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'mpm/python/usrp_mpm')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/n3xx.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |