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 e71d8b6..a70e332 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -22,6 +22,8 @@
#include "playergfx.h"
#include "xlcd.h"
+PLUGIN_HEADER
+
/* Loops that the values are displayed */
#define DISP_TIME 30
@@ -446,7 +448,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
bool redraw = true;
bool exit = false;
- TEST_PLUGIN_API(api);
(void)(parameter);
rb = api;