Skip to content

Commit 5876ab5

Browse files
Correction of include path for CMSIS-Atmel
This corrects the include path for the CMSIS-Atmel inside the MattairTech package. Without this correction the bootloader compilation fails.
1 parent 77bf783 commit 5876ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/zero/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ BIN=$(NAME).bin
154154
HEX=$(NAME).hex
155155

156156

157-
INCLUDES=-I"$(MODULE_PATH_ARDUINO)/tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH)/tools/CMSIS-Atmel/1.0.0-mattairtech-1/CMSIS/Device/ATMEL/"
157+
INCLUDES=-I"$(MODULE_PATH_ARDUINO)/tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH)/tools/CMSIS-Atmel/1.0.0-mattairtech-2/CMSIS/Device/ATMEL/"
158158

159159
# -----------------------------------------------------------------------------
160160
# Linker options

0 commit comments

Comments
 (0)