diff options
Diffstat (limited to 'apps/plugins/test_fps.c')
| -rw-r--r-- | apps/plugins/test_fps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 75289a1..caabde4 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -358,6 +358,7 @@ static void time_greyscale(void) log_text("CPU load err (boost?)"); } } +#endif static struct touchbutton button[] = { { @@ -366,7 +367,6 @@ static struct touchbutton button[] = { /* viewport runtime initialized, rest false/NULL */ } }; -#endif void plugin_quit(void) { |