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

Changes test to within standalone

Showing with 1 addition and 0 deletions
+1 -0
......@@ -33,6 +33,7 @@ if stand_alone:
HARDWARE_CONFIG['rx'].pop(
'interface_name', 'i2c')])})
print(HARDWARE_CONFIG['rx'])
rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
#ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
......
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