aboutsummaryrefslogtreecommitdiff
path: root/stm/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/audio.c')
-rw-r--r--stm/audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/audio.c b/stm/audio.c
index 2df4e0794..41614416e 100644
--- a/stm/audio.c
+++ b/stm/audio.c
@@ -6,13 +6,13 @@
#include "nlr.h"
#include "misc.h"
-//#include "lexer.h"
-//#include "lexerstm.h"
#include "mpyconfig.h"
#include "parse.h"
#include "compile.h"
#include "runtime.h"
+#include "audio.h"
+
#define SAMPLE_BUF_SIZE (32)
// sample_buf_in is always the same or ahead of sample_buf_out