summaryrefslogtreecommitdiff
path: root/src/binwatch
diff options
context:
space:
mode:
Diffstat (limited to 'src/binwatch')
-rw-r--r--src/binwatch/binwatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binwatch/binwatch.c b/src/binwatch/binwatch.c
index 99283f3..268a9ee 100644
--- a/src/binwatch/binwatch.c
+++ b/src/binwatch/binwatch.c
@@ -76,6 +76,7 @@ main (void)
{
button_wait ();
time = binwatch_get_time ();
+ led_animate (time, LED_ANIMATION_TRACE_CCW, LED_100MS / 2);
led_display (time, 3 * LED_1S);
}
}