summaryrefslogtreecommitdiff
path: root/apps/plugins/oscilloscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r--apps/plugins/oscilloscope.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 916e55018c..b69d15daae 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -25,6 +25,8 @@
25#ifdef HAVE_LCD_BITMAP /* and also not for the Player */ 25#ifdef HAVE_LCD_BITMAP /* and also not for the Player */
26#if CONFIG_CODEC != SWCODEC /* only for MAS-targets */ 26#if CONFIG_CODEC != SWCODEC /* only for MAS-targets */
27 27
28PLUGIN_HEADER
29
28/* The different drawing modes */ 30/* The different drawing modes */
29#define DRAW_MODE_FILLED 0 31#define DRAW_MODE_FILLED 0
30#define DRAW_MODE_OUTLINE 1 32#define DRAW_MODE_OUTLINE 1
@@ -201,7 +203,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
201 bool exit = false; 203 bool exit = false;
202 bool paused = false; 204 bool paused = false;
203 205
204 TEST_PLUGIN_API(api);
205 (void)parameter; 206 (void)parameter;
206 rb = api; 207 rb = api;
207 208