Skip to content

Commit

Permalink
fixed compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Apr 28, 2017
1 parent 460b5d6 commit d7a45c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eez_psu_sketch/scpi_trigger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ scpi_result_t scpi_cmd_triggerSequenceExitCondition(scpi_t * context) {
return SCPI_RES_OK;
}

scpi_result_t scpi_cmd_triggerSequenceExitConditionq(scpi_t * context) {
scpi_result_t scpi_cmd_triggerSequenceExitConditionQ(scpi_t * context) {
Channel *channel = param_channel(context);
if (!channel) {
return SCPI_RES_ERR;
Expand Down

0 comments on commit d7a45c3

Please sign in to comment.