aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-10 13:01:19 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-02-10 13:01:19 +0100
commitf76febc83d304119f90b2faf7c1f275292c968f7 (patch)
tree8a2b07695bb7913f6a388a2f0780bec1698dba1e
parent1d6b953d29e7ff776077f07994d3a26b23e33059 (diff)
downloadhourglass-f76febc83d304119f90b2faf7c1f275292c968f7.tar.gz
hourglass-f76febc83d304119f90b2faf7c1f275292c968f7.tar.bz2
hourglass-f76febc83d304119f90b2faf7c1f275292c968f7.zip
ui: Fix LED test mode
-rw-r--r--ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index c7a2364..0d95751 100644
--- a/ui.c
+++ b/ui.c
@@ -417,6 +417,7 @@ static void doInit () {
void uiLoop () {
#if 0
/* LED test mode */
+ pwmStart ();
uint8_t i = 0;
uint8_t brightness = 0;
while (1) {
@@ -430,7 +431,7 @@ void uiLoop () {
brightness = 0;
}
}
- _delay_ms (1000);
+ _delay_ms (250);
}
#endif