aboutsummaryrefslogtreecommitdiff
path: root/pwm.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-06-17 16:32:25 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-06-17 16:32:25 +0200
commite0bb8f76e529f96a58329c073c58776cdcb35b49 (patch)
tree8da5946dfc4944d17e5da6fc95c818367a9c39ba /pwm.c
parent2f59686fb3c53fc5d0f884e821db5a0b1f4bee72 (diff)
downloadhourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.tar.gz
hourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.tar.bz2
hourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.zip
Alarm state + defines + documentation
Diffstat (limited to 'pwm.c')
-rw-r--r--pwm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pwm.c b/pwm.c
index e0042fd..a37acc9 100644
--- a/pwm.c
+++ b/pwm.c
@@ -10,8 +10,6 @@
#include "speaker.h"
#include "pwm.h"
-#define PWM_LED_COUNT 6
-
/* max count for blinks */
static uint8_t blink[6];
static uint8_t comphit = 0;