aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/periph_manager
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-04-29 18:57:30 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:52 -0800
commit0e7fe25f42105de0d01fc568cc717f9f04d825b7 (patch)
tree452f459405a70a07e1f157fcc20fffebc1947c00 /mpm/python/usrp_mpm/periph_manager
parentfcf8715eab6d3d06526e1ef1398e0e684711daad (diff)
downloaduhd-0e7fe25f42105de0d01fc568cc717f9f04d825b7.tar.gz
uhd-0e7fe25f42105de0d01fc568cc717f9f04d825b7.tar.bz2
uhd-0e7fe25f42105de0d01fc568cc717f9f04d825b7.zip
mpm: eiscat: Added first pass at EISCAT dboard driver
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager')
-rw-r--r--mpm/python/usrp_mpm/periph_manager/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/base.py b/mpm/python/usrp_mpm/periph_manager/base.py
index 4815bd88d..25f635c68 100644
--- a/mpm/python/usrp_mpm/periph_manager/base.py
+++ b/mpm/python/usrp_mpm/periph_manager/base.py
@@ -75,7 +75,7 @@ class PeriphManagerBase(object):
# eeprom_data = EEPROM().read_eeprom(get_eeprom_path(eeprom_addr))
eeprom_data = None
# I know spidev masters on the dboard slots
- hw_pid = 2
+ hw_pid = 3
if hw_pid in dboard_manager.HW_PIDS:
spi_devices = sorted(get_spidev_nodes("e0006000.spi"))
self.log.debug("Found spidev nodes: {0}".format(spi_devices))