Skip to content
Snippets Groups Projects
Commit 5b7f0e9c authored by Josh Siegle's avatar Josh Siegle
Browse files

Selected channel in PhaseDetector defaults to -1

parent b273f609
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@
PhaseDetector::PhaseDetector()
: GenericProcessor("Phase Detector"),
maxFrequency(20), isIncreasing(true), canBeTriggered(false)
maxFrequency(20), isIncreasing(true), canBeTriggered(false), selectedChannel(-1)
{
......
......@@ -73,7 +73,7 @@ void PulsePal::initialize()
// std::cout << "Device name: " << name << std::endl;
//#if (defined TARGET_LINUX)
string acm0 = "ACM1";
string acm0 = "ACM0";
//#endif
//#if (defined TARGET_OSX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment