Skip to content

Commit d41f87d

Browse files
authored
Merge pull request #12 from joseangeljimenez/patch-2
Correction of include path for CMSIS-Atmel - Thanks @joseangeljimenez
2 parents 25bacdc + 5876ab5 commit d41f87d

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)