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

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

diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index 92ab47f7..ecbfc951 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -34,9 +34,9 @@ if stand_alone:
                                                                                   'interface_name', 'i2c')])})
 
     rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
-    tx = tx_module.Rx(**HARDWARE_CONFIG['tx'])
-    ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
-    pwr = pwr_module.Rx(**HARDWARE_CONFIG['pwr'])
+    tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
+    #ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
+    pwr = pwr_module.pwr(**HARDWARE_CONFIG['pwr'])
 
     tx.polarity = 1
     time.sleep(1)
-- 
GitLab