From c6c0c3ca31b621f72b95116297335c5a528bfdf9 Mon Sep 17 00:00:00 2001 From: boblark Date: Sat, 14 May 2022 08:28:09 -0700 Subject: [PATCH] Removed unused variable --- examples/TestFFT4096iqEM/TestFFT4096iqEM.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/TestFFT4096iqEM/TestFFT4096iqEM.ino b/examples/TestFFT4096iqEM/TestFFT4096iqEM.ino index 0d91e17..7646776 100644 --- a/examples/TestFFT4096iqEM/TestFFT4096iqEM.ino +++ b/examples/TestFFT4096iqEM/TestFFT4096iqEM.ino @@ -76,7 +76,6 @@ void setup(void) { void loop(void) { static bool doPrint=true; - float *pPwr; // Print output, once if( FFT4096iqEM1.available() && jj++>2 && doPrint ) {