Skip to content
Snippets Groups Projects
Commit 87dc3cf7 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix invalid acquisition state in arduino output

parent 3286ebf1
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#include <stdio.h>
ArduinoOutput::ArduinoOutput()
: GenericProcessor("Arduino Output"), outputChannel(13), inputChannel(-1), state(true), deviceSelected(false)
: GenericProcessor("Arduino Output"), outputChannel(13), inputChannel(-1), state(true), deviceSelected(false), acquisitionIsActive(false)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment