From 4c11ea0639b923a171e72a47b8006734ba184b3e Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周二, 15 4月 2025 18:47:46 +0800 Subject: [PATCH] 同步修改前的原SCPI库 --- examples/common/scpi-def.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/examples/common/scpi-def.c b/examples/common/scpi-def.c index 5021621..d46c067 100644 --- a/examples/common/scpi-def.c +++ b/examples/common/scpi-def.c @@ -407,7 +407,6 @@ {.pattern = "TEST:TEXT", .callback = TEST_Text,}, {.pattern = "TEST:ARBitrary?", .callback = TEST_ArbQ,}, {.pattern = "TEST:CHANnellist", .callback = TEST_Chanlst,}, - SCPI_CMD_LIST_END }; -- Gitblit v1.9.1