summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fft
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-26 23:59:23 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-27 09:15:05 +0100
commit7013d0c48da6db654a1d51f23ceae95aa4c2b111 (patch)
tree74fe761e3c85e5337012141d4e3bfbd22b74dd9b /apps/plugins/fft
parentfab7264b3b4d6bef1ae3d181693fd37a558df918 (diff)
downloadrockbox-7013d0c48da6db654a1d51f23ceae95aa4c2b111.tar.gz
rockbox-7013d0c48da6db654a1d51f23ceae95aa4c2b111.zip
application: Enable chipper and fft plugins.
They force grid mode but don't need graphics so good enough for now. Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b
Diffstat (limited to 'apps/plugins/fft')
-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
# define FFT_FREQ_SCALE BUTTON_DOWN
# define FFT_QUIT BUTTON_BACK
-#else
+#elif !defined(HAVE_TOUCHSCREEN)
#error No keymap defined!
#endif