Skip to content

Commit

Permalink
M2kHardwareTrigger: Rename TriggerOut Sources
Browse files Browse the repository at this point in the history
rename TriggerOut sources to comply with iio_attributes' names

Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Feb 4, 2021
1 parent 4ccbbab commit 9918ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/m2khardwaretrigger_v0.26_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const std::string libm2k::M2kHardwareTriggerV026Impl::m_condition_attr = "trigge

std::vector<std::string> libm2k::M2kHardwareTriggerV026Impl::m_trigger_source = {
"none",
"trigger_i_0",
"trigger_i_1",
"trigger-i_0",
"trigger-i_1",
"trigger-adc",
"trigger-la",
};
Expand Down

0 comments on commit 9918ca6

Please sign in to comment.