We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14637cd commit f2e26e8Copy full SHA for f2e26e8
1 file changed
shared-module/audiomixer/Mixer.c
@@ -33,10 +33,9 @@
33
34
#include "py/runtime.h"
35
#include "shared-module/audiocore/__init__.h"
36
-#include "shared-module/audiocore/RawSample.h"
37
38
-#if (defined(__ARM_ARCH_7EM__) && (__ARM_ARCH_7EM__ == 1))
39
-#include "periph.h"
+#if defined(__arm__) && __arm__
+#include "cmsis_compiler.h"
40
#endif
41
42
void common_hal_audiomixer_mixer_construct(audiomixer_mixer_obj_t *self,
0 commit comments