Skip to content

Commit 24403b1

Browse files
facchinmcmaglie
authored andcommitted
Fix bootloader make script
5b7c293 changed the dependency from CMSIS-Atmel 1.0.0 to 1.1.0
1 parent 0e8e997 commit 24403b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/zero/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ BIN=$(NAME).bin
7474
HEX=$(NAME).hex
7575

7676

77-
INCLUDES=-I"$(MODULE_PATH)/tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH)/tools/CMSIS-Atmel/1.0.0/CMSIS/Device/ATMEL/"
77+
INCLUDES=-I"$(MODULE_PATH)/tools/CMSIS/4.5.0/CMSIS/Include/" -I"$(MODULE_PATH)/tools/CMSIS-Atmel/1.1.0/CMSIS/Device/ATMEL/"
7878

7979
# -----------------------------------------------------------------------------
8080
# Linker options

0 commit comments

Comments
 (0)