summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/stopwatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 6157dda038..e21df0d7b6 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -223,5 +223,5 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
223 rb->lcd_update(); 223 rb->lcd_update();
224#endif 224#endif
225 } 225 }
226 return true; 226 return PLUGIN_OK;
227} 227}