Commit a1096fa0 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug in mux_2024_rev_0_0

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -50,6 +50,7 @@ inner_cabling = {'4_roles' : {(1, 'X'): {'MCP': 0, 'MCP_GPIO': 0}, (1, 'Y'): {'M
class Mux(MuxAbstract):
def __init__(self, **kwargs):
if 'id' in kwargs.keys():
print(f'MUX_CONFIG: {MUX_CONFIG}')
MUX_CONFIG.update(MUX_CONFIG['boards'][kwargs['id']])
kwargs.update({'board_name': os.path.basename(__file__).rstrip('.py')})
if 'cabling' not in kwargs.keys():
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment