From 87fa47604df8ee66605fc48822031969c714d1ef Mon Sep 17 00:00:00 2001 From: DiSlord Date: Mon, 6 Jul 2020 15:46:27 +0300 Subject: [PATCH] Not need here --- sa_cmd.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sa_cmd.c b/sa_cmd.c index a9bbe5c..3511919 100644 --- a/sa_cmd.c +++ b/sa_cmd.c @@ -16,11 +16,8 @@ */ -extern volatile int SI4432_Sel; // currently selected SI4432 -void SI4432_Write_Byte(byte ADR, byte DATA ); -byte SI4432_Read_Byte( byte ADR ); -int VFO = 0; -int points = 101; // For 's' and 'm' commands +static int VFO = 0; +static int points = 101; // For 's' and 'm' commands VNA_SHELL_FUNCTION(cmd_mode) {