summaryrefslogtreecommitdiffstats
path: root/app/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/led.c')
-rw-r--r--app/led.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/led.c b/app/led.c
index 2dc285b..bc3853d 100644
--- a/app/led.c
+++ b/app/led.c
@@ -68,6 +68,13 @@ void led3_set (int v)
else CLEAR (LED3);
}
+void led5_set (int v)
+{
+ if (!v) SET (LED5);
+ else CLEAR (LED5);
+}
+
+
void
led_clear (void)
{