From 7013d0c48da6db654a1d51f23ceae95aa4c2b111 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 26 Jan 2012 23:59:23 +0100 Subject: application: Enable chipper and fft plugins. They force grid mode but don't need graphics so good enough for now. Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b --- apps/plugins/fft/fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/fft') 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 -- cgit v1.2.3