aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/main.c')
-rw-r--r--laser-tag software/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/laser-tag software/main.c b/laser-tag software/main.c
index de48d95..0dfbac2 100644
--- a/laser-tag software/main.c
+++ b/laser-tag software/main.c
@@ -324,9 +324,6 @@ static void lptmr_call_back(void)
}
blank_led--;
}
-
- /* kick EPD driver every once in a while */
- EPD_Tick();
}
/* Play music using the PIT timer */
@@ -586,9 +583,6 @@ int main (void)
}
blank_led = 30;
- /* Deinit so we can mess around on the bus pirate */
- //EPD_Deinit();
-
/* We're done, everything else is triggered through interrupts */
for(;;) {
if (cue_next_image) {