Removed MEASURED_LENGTH and FFT.c

This commit is contained in:
erikkaashoek 2019-09-19 08:10:47 +02:00
parent 3f809cfb1a
commit 49ff7b7a3f
2 changed files with 3 additions and 3 deletions

View file

@ -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

2
main.c
View file

@ -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)