Skip to content

Commit

Permalink
Switch over to reading from DAC10 fit in ZynqManager::Setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
cescalara committed Mar 9, 2020
1 parent c1d6957 commit 696433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/CPUsoftware/src/subsystems/ZynqManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ int ZynqManager::Setup(std::string setup_script_path) {
std::cout << "Trying to set DAC 10 values to 200...." << std::endl;
std::cout << "Using new ZynqManager::SetMatrixDac10()!" << std::endl;

this->SetMatrixDac10(setup_script_path, true);
this->SetMatrixDac10(setup_script_path, false);

return 0;
}
Expand Down

0 comments on commit 696433b

Please sign in to comment.