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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index e0ae300d23..3d60b7e3a3 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -204,9 +204,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
204 update_lap = false; 204 update_lap = false;
205 } 205 }
206 206
207#ifdef HAVE_LCD_BITMAP
208 rb->lcd_update(); 207 rb->lcd_update();
209#endif
210 208
211 if (! counting) 209 if (! counting)
212 { 210 {