diff options
Diffstat (limited to 'apps/plugins/test_fps.c')
| -rw-r--r-- | apps/plugins/test_fps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 80a8d88..f57f45b 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -22,8 +22,6 @@ #include "lib/helper.h" #include "lib/grey.h" -#ifdef HAVE_LCD_BITMAP - PLUGIN_IRAM_DECLARE #if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ @@ -385,4 +383,3 @@ enum plugin_status plugin_start(const void* parameter) return PLUGIN_OK; } -#endif |