Skip to content

Commit aba1ecb

Browse files
committed
unix:port:makefile: define MICROPY_PY_ASI_HWIO=1 when ASI_TARGET=ASI2900
1 parent df56b85 commit aba1ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ ifeq ($(ASI_TARGET),ASI2900)
223223
ASI2900_ROOT = ../../../..
224224
HWIO = $(realpath ${ASI2900_ROOT}/audio_protocols/dante/hwio)
225225
ASI2900_LIBS = $(ASI2900_ROOT)/subrepos
226-
CFLAGS_MOD += -I$(ASI2900_ROOT)/audio_protocols/dante
226+
CFLAGS_MOD += -I$(ASI2900_ROOT)/audio_protocols/dante -DMICROPY_PY_ASI_HWIO=1
227227
SRC_MOD += asi_hwio_mod.c
228228

229229
# Add hwio implementation

0 commit comments

Comments
 (0)