summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index e71d8b6e4e..a70e3322e0 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -22,6 +22,8 @@
22#include "playergfx.h" 22#include "playergfx.h"
23#include "xlcd.h" 23#include "xlcd.h"
24 24
25PLUGIN_HEADER
26
25/* Loops that the values are displayed */ 27/* Loops that the values are displayed */
26#define DISP_TIME 30 28#define DISP_TIME 30
27 29
@@ -446,7 +448,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
446 bool redraw = true; 448 bool redraw = true;
447 bool exit = false; 449 bool exit = false;
448 450
449 TEST_PLUGIN_API(api);
450 (void)(parameter); 451 (void)(parameter);
451 rb = api; 452 rb = api;
452 453