aboutsummaryrefslogtreecommitdiff
path: root/pwm.c
diff options
context:
space:
mode:
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;