summaryrefslogtreecommitdiff
path: root/apps/plugins/oscillograph.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscillograph.c')
-rw-r--r--apps/plugins/oscillograph.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/oscillograph.c b/apps/plugins/oscillograph.c
index 069ef44247..13858a1c3c 100644
--- a/apps/plugins/oscillograph.c
+++ b/apps/plugins/oscillograph.c
@@ -22,6 +22,8 @@
22#ifndef SIMULATOR /* don't want this code in the simulator */ 22#ifndef SIMULATOR /* don't want this code in the simulator */
23#if CONFIG_CODEC != SWCODEC /* only for MAS-targets */ 23#if CONFIG_CODEC != SWCODEC /* only for MAS-targets */
24 24
25PLUGIN_HEADER
26
25/* The different drawing modes */ 27/* The different drawing modes */
26#define DRAW_MODE_FILLED 0 28#define DRAW_MODE_FILLED 0
27#define DRAW_MODE_OUTLINE 1 29#define DRAW_MODE_OUTLINE 1
@@ -93,7 +95,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
93 95
94 bool exit = false; 96 bool exit = false;
95 97
96 TEST_PLUGIN_API(api);
97 (void)parameter; 98 (void)parameter;
98 rb = api; 99 rb = api;
99 100