summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/rockboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/rockboy.c')
-rw-r--r--apps/plugins/rockboy/rockboy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 57dbd21590..1addef2e44 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -32,7 +32,7 @@ PLUGIN_IRAM_DECLARE
32/* here is a global api struct pointer. while not strictly necessary, 32/* here is a global api struct pointer. while not strictly necessary,
33 it's nice not to have to pass the api pointer in all function calls 33 it's nice not to have to pass the api pointer in all function calls
34 in the plugin */ 34 in the plugin */
35bool plugbuf; 35const struct plugin_api* rb;
36int shut,cleanshut; 36int shut,cleanshut;
37char *errormsg; 37char *errormsg;
38 38