From 49ff7b7a3f36462ad1672f96b6bc806a65a71b4d Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Thu, 19 Sep 2019 08:10:47 +0200 Subject: [PATCH] Removed MEASURED_LENGTH and FFT.c --- Makefile | 4 ++-- main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ff212bb..ca7c81d 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,8 @@ CSRC = $(STARTUPSRC) \ $(STREAMSSRC) \ $(SHELLSRC) \ usbcfg.c \ - main.c si5351.c tlv320aic3204.c dsp.c plot.c ui.c ili9341.c numfont20x24.c Font5x7.c flash.c adc.c FFT.c - + main.c si5351.c tlv320aic3204.c dsp.c plot.c ui.c ili9341.c numfont20x24.c Font5x7.c flash.c adc.c + # $(TESTSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global diff --git a/main.c b/main.c index a43e262..3aaf947 100644 --- a/main.c +++ b/main.c @@ -293,7 +293,7 @@ int16_t dump_selection = 0; volatile int16_t wait_count = 0; -float measured[2][MEASURED_LENGTH][2]; +float measured[2][101][2]; static void wait_dsp(int count)