fixed *OPC? command syntax in builtins

master
Ondřej Hruška 9 years ago
parent 01a7c9d556
commit af87602fb8
  1. 2
      source/scpi_builtins.c

@ -362,7 +362,7 @@ const SCPI_command_t scpi_commands_builtin[] = {
.callback = builtin_OPC .callback = builtin_OPC
}, },
{ {
.levels = {"*OPCq"}, .levels = {"*OPC?"},
.callback = builtin_OPCq .callback = builtin_OPCq
}, },
{ {

Loading…
Cancel
Save