Commit a4484b60 authored by Matthieu Cattin's avatar Matthieu Cattin

Add acquisition stop before LED test.

parent 244c8b89
......@@ -47,8 +47,9 @@ def main (default_directory='.'):
tmp_stdin = sys.stdin;
sys.stdin = sys.__stdin__;
# Initialize error variable
# Initialize error variable and make sure no acquisition is running
errors = [0, 0, 0, 0]
fmc.stop_acq()
############################################################################
# Test TRIG LED ON
......
Markdown is supported
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