Skip to content

Commit 6afee72

Browse files
committed
Add avr core emulation to C sources
1 parent eb56d90 commit 6afee72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Arduino.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ ifeq ($(strip $(NO_CORE)),)
832832

833833
# USB Core if samd or sam
834834
ifeq ($(findstring sam, $(strip $(ARCHITECTURE))), sam)
835+
CORE_C_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/avr/*.c) # avr core emulation files
835836
CORE_C_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/USB/*.c)
836837
CORE_CPP_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/USB/*.cpp)
837838
endif

0 commit comments

Comments
 (0)