summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fft/fft.c')
-rw-r--r--apps/plugins/fft/fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index b2ef8d8e33..1c4e1b4c20 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -266,7 +266,7 @@ GREY_INFO_STRUCT
266# define FFT_FREQ_SCALE BUTTON_DOWN 266# define FFT_FREQ_SCALE BUTTON_DOWN
267# define FFT_QUIT BUTTON_BACK 267# define FFT_QUIT BUTTON_BACK
268 268
269#else 269#elif !defined(HAVE_TOUCHSCREEN)
270#error No keymap defined! 270#error No keymap defined!
271#endif 271#endif
272 272