From 2977eb33f651437a1daa529ac4d33cf932b16a95 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Tue, 10 Oct 2023 21:41:16 +0200
Subject: [PATCH] Changes test to within standalone

---
 dev/test_mb_2024_0_mux_2024.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index 15b9684c..24c4415a 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -33,10 +33,9 @@ if stand_alone:
                                                                               HARDWARE_CONFIG['rx'].pop(
                                                                                   'interface_name', 'i2c')])})
 
-    print(HARDWARE_CONFIG['rx'])
+    print(HARDWARE_CONFIG['rx'], rx_module)
     rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
     tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
-    #ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
     pwr = pwr_module.pwr(**HARDWARE_CONFIG['pwr'])
 
     tx.polarity = 1
-- 
GitLab