diff options
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/e31x.py')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/e31x.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/e31x.py b/mpm/python/usrp_mpm/periph_manager/e31x.py index d2e22b498..75dcf2126 100644 --- a/mpm/python/usrp_mpm/periph_manager/e31x.py +++ b/mpm/python/usrp_mpm/periph_manager/e31x.py @@ -37,6 +37,7 @@ E310_GPIO_SRC_PS = "PS" # We use the index positions of RFA and RFB to map between name and radio index E310_GPIO_SRCS = ("RFA", "RFB", E310_GPIO_SRC_PS) E310_FPGPIO_WIDTH = 6 +E310_GPIO_BANKS = ["INT0",] ############################################################################### # Transport managers |