diff --git a/firmware/src/applications/fft_test.cpp b/firmware/src/applications/fft_test.cpp index f52a884..83bda97 100644 --- a/firmware/src/applications/fft_test.cpp +++ b/firmware/src/applications/fft_test.cpp @@ -6,8 +6,6 @@ static std::complex samples[N_SAMPLES]; static std::complex z[N_SAMPLES]; -static double vReal[N_SAMPLES]; -static double vImag[N_SAMPLES]; static uint32_t sample_counter = 0; static unsigned long max_dt = 0; static unsigned long last_sample = 0;