aboutsummaryrefslogtreecommitdiff
path: root/speaker.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-07-22 16:24:43 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-07-22 16:55:41 +0200
commit5055ee55d1330b52182a35378f5b4f8055cefc54 (patch)
treec05e12595509b2a744cba542dcb5eda879345f20 /speaker.c
parentbedbcdc4de680720deff4b6e113a3ec1a0690482 (diff)
downloadhourglass-5055ee55d1330b52182a35378f5b4f8055cefc54.tar.gz
hourglass-5055ee55d1330b52182a35378f5b4f8055cefc54.tar.bz2
hourglass-5055ee55d1330b52182a35378f5b4f8055cefc54.zip
Convert printf into puts
Removes ~1.5k code size, still not working.
Diffstat (limited to 'speaker.c')
-rw-r--r--speaker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/speaker.c b/speaker.c
index 92c1e78..ec5da36 100644
--- a/speaker.c
+++ b/speaker.c
@@ -7,7 +7,6 @@
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdbool.h>
-#include <assert.h>
#include <stdlib.h>
#include "speaker.h"