Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jun 6, 2017
1 parent 51f6c4c commit dfadd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eez_psu_sketch/gui_page_ch_settings_trigger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void ChSettingsTriggerPage::onTriggerModeSet(uint8_t value) {
profile::save();

if (value != TRIGGER_MODE_LIST && list::isActive()) {
list::abort();
trigger::abort();
}
}

Expand Down

0 comments on commit dfadd01

Please sign in to comment.