From dea3a8feb2797d45635177c36dc355f939b8c325 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 4 Jul 2020 14:02:11 +0300 Subject: [PATCH] Fix typo --- sa_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_core.c b/sa_core.c index 7abeab8..1ab65c3 100644 --- a/sa_core.c +++ b/sa_core.c @@ -854,7 +854,7 @@ uint32_t peakFreq; int peakIndex; float temppeakLevel; int temppeakIndex; -static unsigned long old_freq[MAX_SI4432] = { 0, 0, 0,; +static unsigned long old_freq[MAX_SI4432] = { 0, 0, 0}; static unsigned long real_old_freq[MAX_SI4432] = { 0, 0, 0}; // volatile int t;