summaryrefslogtreecommitdiffstats
path: root/app/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/led.c')
-rw-r--r--app/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/led.c b/app/led.c
index 4f5c084..57baa17 100644
--- a/app/led.c
+++ b/app/led.c
@@ -26,7 +26,7 @@ void
led_set (void)
{
CLEAR (LED);
- led = 200;
+ led = MS_TO_TICKS (200);
}
void