summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/fft/fft.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index acc19fabe5..89c764a65e 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -272,11 +272,7 @@ static kiss_fft_cpx output[ARRAYSIZE_OUT];
272static int32_t plot[ARRAYSIZE_PLOT]; 272static int32_t plot[ARRAYSIZE_PLOT];
273static char buffer[BUFSIZE]; 273static char buffer[BUFSIZE];
274 274
275#if LCD_DEPTH > 1 /* greyscale or color, enable spectrogram */
276#define MODES_COUNT 3 275#define MODES_COUNT 3
277#else
278#define MODES_COUNT 2
279#endif
280 276
281const unsigned char* modes_text[] = { "Lines", "Bars", "Spectrogram" }; 277const unsigned char* modes_text[] = { "Lines", "Bars", "Spectrogram" };
282const unsigned char* scales_text[] = { "Linear scale", "Logarithmic scale" }; 278const unsigned char* scales_text[] = { "Linear scale", "Logarithmic scale" };