From 9b610c87e28ce9969b1f67f0b4f9ccd03452c9d2 Mon Sep 17 00:00:00 2001
From: awatlet <arnaud.watlet@umons.ac.be>
Date: Wed, 11 Oct 2023 14:52:39 +0200
Subject: [PATCH] Updates test

---
 dev/test_mb_2024_1_mux_2024.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev/test_mb_2024_1_mux_2024.py b/dev/test_mb_2024_1_mux_2024.py
index 82b5840a..f4bcca29 100644
--- a/dev/test_mb_2024_1_mux_2024.py
+++ b/dev/test_mb_2024_1_mux_2024.py
@@ -40,8 +40,9 @@ if stand_alone:
     rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
     tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
     pwr = pwr_module.Pwr(**HARDWARE_CONFIG['pwr'])
-    mux = mux_module.Mux(**HARDWARE_CONFIG['mux']['boards']['mux_03'])
-
+    mux = mux_module.Mux(**MUX_CONFIG)
+    print(mux.cabling)
+    
     tx.polarity = 1
     time.sleep(1)
     tx.polarity = 0
-- 
GitLab