8000
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 28642ab commit 8dcfeb6Copy full SHA for 8dcfeb6
ports/atmel-samd/Makefile
@@ -360,17 +360,17 @@ SRC_SHARED_MODULE = \
360
ustack/__init__.c
361
362
ifeq ($(CHIP_FAMILY),samd21)
363
-SRC_COMMON_HAL = $SRC_COMMON_HAL \
+SRC_COMMON_HAL += \
364
audiobusio/__init__.c \
365
audiobusio/I2SOut.c
366
endif
367
ifeq ($(CHIP_VARIANT),SAMD51G18)
368
369
370
371
372
ifeq ($(CHIP_VARIANT),SAMD51G19)
373
374
375
376
0 commit comments