summaryrefslogtreecommitdiff
path: root/src/binwatch/binwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binwatch/binwatch.c')
-rw-r--r--src/binwatch/binwatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/binwatch/binwatch.c b/src/binwatch/binwatch.c
index 268a9ee..6057879 100644
--- a/src/binwatch/binwatch.c
+++ b/src/binwatch/binwatch.c
@@ -56,6 +56,8 @@ main (void)
{
led_display (0x3f, LED_100MS);
led_display (0, 9 * LED_100MS);
+ /* Sleep, do not eat all battery. */
+ button_wait ();
}
}
else