aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-07-22 15:58:55 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-07-22 15:59:09 +0200
commitbedbcdc4de680720deff4b6e113a3ec1a0690482 (patch)
tree448003d0a8d8a356c956baa427bc3c35f620d314 /main.c
parent42e32ed74655e98e9f2d5a0152a047dcf9e72806 (diff)
downloadhourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.tar.gz
hourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.tar.bz2
hourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.zip
Speaker and LED pwm
Something is not correct here, stack overflow?
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 37592a7..c5a7b1d 100644
--- a/main.c
+++ b/main.c
@@ -47,7 +47,6 @@ int main () {
sei ();
gyroStart ();
accelStart ();
- pwmStart ();
uiLoop ();