diff options
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/e320.py')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/e320.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/e320.py b/mpm/python/usrp_mpm/periph_manager/e320.py index 8e698250e..f982155db 100644 --- a/mpm/python/usrp_mpm/periph_manager/e320.py +++ b/mpm/python/usrp_mpm/periph_manager/e320.py @@ -35,7 +35,7 @@ E320_DEFAULT_ENABLE_FPGPIO = True E320_FPGA_COMPAT = (5, 0) E320_MONITOR_THREAD_INTERVAL = 1.0 # seconds E320_DBOARD_SLOT_IDX = 0 -E320_GPIO_BANKS = "FP0" +E320_GPIO_BANKS = ["FP0",] E320_GPIO_SRC_PS = "PS" # We use the index positions of RFA and RFB to map between name and radio index E320_GPIO_SRCS = ("RFA", "RFB", E320_GPIO_SRC_PS) |