We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df56b85 commit aba1ecbCopy full SHA for aba1ecb
ports/unix/Makefile
@@ -223,7 +223,7 @@ ifeq ($(ASI_TARGET),ASI2900)
223
ASI2900_ROOT = ../../../..
224
HWIO = $(realpath ${ASI2900_ROOT}/audio_protocols/dante/hwio)
225
ASI2900_LIBS = $(ASI2900_ROOT)/subrepos
226
-CFLAGS_MOD += -I$(ASI2900_ROOT)/audio_protocols/dante
+CFLAGS_MOD += -I$(ASI2900_ROOT)/audio_protocols/dante -DMICROPY_PY_ASI_HWIO=1
227
SRC_MOD += asi_hwio_mod.c
228
229
# Add hwio implementation
0 commit comments