summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2017-10-05 15:31:45 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2017-10-05 15:31:45 -0400
commit7b128fb906887ea3837c355ccb7960deccedee21 (patch)
treea325d227bb4f1f37d29a46402b05dc72fc5be722 /parser.c
parent1d63bc691969647c4a46d9df59dab54fc90e447a (diff)
set aux word when setting nominal amplitude, for EA V1INSTRUMENT_6_2_28b
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 3462df3..34b9c29 100644
--- a/parser.c
+++ b/parser.c
@@ -1728,7 +1728,7 @@ static int Go_ampl_26(gchar** response, int channel, char *parameter,char *units
}
Set_EA(channel,amp_mode_normal);
- return Set_Amplitude(0,0,0,0,0,0,channel,new_ampl,0);
+ return Set_Amplitude(0,0,0,0,0,0,0,channel,new_ampl,0);
break;
case query_simple: