summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 4a1382ef65..3742a9a552 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -19,6 +19,8 @@
19 19
20#include "plugin.h" 20#include "plugin.h"
21 21
22PLUGIN_HEADER
23
22#ifdef HAVE_LCD_BITMAP 24#ifdef HAVE_LCD_BITMAP
23#define LAP_LINES 6 25#define LAP_LINES 6
24#define TIMER_Y 1 26#define TIMER_Y 1
@@ -121,7 +123,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
121 int done = false; 123 int done = false;
122 bool update_lap = true; 124 bool update_lap = true;
123 125
124 TEST_PLUGIN_API(api);
125 (void)parameter; 126 (void)parameter;
126 rb = api; 127 rb = api;
127 128