aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index de3cda2..b9bb5ce 100644
--- a/main.c
+++ b/main.c
@@ -12,7 +12,6 @@
#include "timer.h"
#include "gyro.h"
#include "accel.h"
-#include "speaker.h"
#include "pwm.h"
#include "ui.h"
@@ -37,8 +36,8 @@ int main () {
uartInit ();
gyroInit ();
accelInit ();
- speakerInit ();
pwmInit ();
+ pwmStart ();
set_sleep_mode (SLEEP_MODE_IDLE);
puts ("initialization done");