From 194c31c327f45570557543c954a1446acae42762 Mon Sep 17 00:00:00 2001 From: Mikael Nousiainen Date: Mon, 27 Nov 2017 10:47:52 +0200 Subject: [PATCH] Fix IC-7300 S-meter calibration table length --- icom/ic7300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icom/ic7300.c b/icom/ic7300.c index cc913ee40..6e619c911 100644 --- a/icom/ic7300.c +++ b/icom/ic7300.c @@ -65,7 +65,7 @@ /* * FIXME: This is a guess real measures please! */ -#define IC7300_STR_CAL { 3, \ +#define IC7300_STR_CAL { 4, \ { \ { 0, -54 }, \ { 10, -24 }, \