From c6ce6bd2bbb9ca019a8f18e8a246670965bbf1f6 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Mon, 20 Jun 2022 09:05:11 +0200 Subject: [PATCH] out_mixer name change --- sa_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_cmd.c b/sa_cmd.c index 1391016..2470b10 100644 --- a/sa_cmd.c +++ b/sa_cmd.c @@ -1028,9 +1028,9 @@ VNA_SHELL_FUNCTION(cmd_correction) (void)argc; #ifdef TINYSA4 #ifdef DIRECT_CORRECTION - static const char cmd[] = "low|lna|ultra|ultra_lna|direct|direct_lna|out|out_direct|out_adf|out_mixer|high|off|on"; + static const char cmd[] = "low|lna|ultra|ultra_lna|direct|direct_lna|out|out_direct|out_adf|out_ultra|high|off|on"; #else - static const char cmd[] = "low|lna|ultra|ultra_lna|out|out_direct|out_adf|out_mixer|high|off|on"; + static const char cmd[] = "low|lna|ultra|ultra_lna|out|out_direct|out_adf|out_ultra|high|off|on"; #endif static const char range[] = "0-19"; #else