summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-09-28 23:54:33 +0200
committerNicolas Schodet2011-09-28 23:54:33 +0200
commite345f3cac98d35fdf9b7bd81629c2598db8ee0fc (patch)
treea5a8b095ea18adadfa78c4fe4c061c0f5c688f4b
parentbd0f51f3edbe8496c724dd60ff4bdf323c1e1aea (diff)
src/binwatch: sleep on problem
-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