From 297fb8d221cf158b4367e779b7a8a1561f6b00ad Mon Sep 17 00:00:00 2001 From: losehu Date: Tue, 6 Aug 2024 15:52:04 +0800 Subject: [PATCH] fix sql --- radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.c b/radio.c index 5b8b64d..e7ac32a 100644 --- a/radio.c +++ b/radio.c @@ -482,7 +482,7 @@ void RADIO_ConfigureSquelchAndOutputPower(VFO_Info_t *pInfo) { pInfo->SquelchOpenNoiseThresh = (pInfo->SquelchOpenNoiseThresh > 127) ? 127 : pInfo->SquelchOpenNoiseThresh; pInfo->SquelchCloseNoiseThresh = (pInfo->SquelchCloseNoiseThresh > 127) ? 127 : pInfo->SquelchCloseNoiseThresh; #endif - + } // ******************************* // output power