From f28c3048b6ed9e7225b9313f9d854cf06f4dc16f Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Tue, 7 Feb 2023 17:19:25 +0100 Subject: [PATCH] Added correction out command --- sa_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_cmd.c b/sa_cmd.c index 7645e36..350e1ec 100644 --- a/sa_cmd.c +++ b/sa_cmd.c @@ -1173,7 +1173,7 @@ VNA_SHELL_FUNCTION(cmd_correction) static const char cmd[] = "low|lna|ultra|ultra_lna|direct|direct_lna|out|out_direct|out_adf|out_ultra|off|on"; static const char range[] = "0-19"; #else - static const char cmd[] = "low|high"; + static const char cmd[] = "low|high|out"; static const char range[] = "0-9"; #endif int m = get_str_index(argv[0], cmd);