From af87602fb84c3af9f453f4acfc90bf2ff1a2a60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 18 Dec 2015 09:35:06 +0100 Subject: [PATCH] fixed *OPC? command syntax in builtins --- source/scpi_builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scpi_builtins.c b/source/scpi_builtins.c index 022d62b..794186f 100644 --- a/source/scpi_builtins.c +++ b/source/scpi_builtins.c @@ -362,7 +362,7 @@ const SCPI_command_t scpi_commands_builtin[] = { .callback = builtin_OPC }, { - .levels = {"*OPCq"}, + .levels = {"*OPC?"}, .callback = builtin_OPCq }, {