Skip to content

Commit

Permalink
there must be a better way to do this, but this works
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 5, 2023
1 parent 14637cd commit 037a249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared-module/audiomixer/Mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

#include "py/runtime.h"
#include "shared-module/audiocore/__init__.h"
#include "shared-module/audiocore/RawSample.h"

#if (defined(__ARM_ARCH_7EM__) && (__ARM_ARCH_7EM__ == 1))
#include "periph.h"
#if CIRCUITPY_MICROCONTROLLER
// This looks hinky, but it's the way that the macros like __QADD16 are made available!
#include "shared-bindings/microcontroller/Pin.h"
#endif

void common_hal_audiomixer_mixer_construct(audiomixer_mixer_obj_t *self,
Expand Down

0 comments on commit 037a249

Please sign in to comment.