summaryrefslogtreecommitdiffstatshomepage
path: root/stm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/main.c')
-rw-r--r--stm/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stm/main.c b/stm/main.c
index f8f1105c1c..996684cb89 100644
--- a/stm/main.c
+++ b/stm/main.c
@@ -20,6 +20,7 @@
#include "usart.h"
#include "usb.h"
#include "ff.h"
+#include "audio.h"
static FATFS fatfs0;
@@ -745,6 +746,9 @@ soft_reset:
// servo
servo_init();
+ // audio
+ audio_init();
+
// add some functions to the python namespace
{
py_obj_t m = py_module_new();