Skip to content

Commit

Permalink
Add CMSIS_5 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrystu committed Oct 28, 2018
1 parent aa80fe7 commit 586d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ vpath %.c $(SRCPATH)
vpath %.S $(SRCPATH)

#includes
CMSISINC = $(CMSISDEV)/ST $(CMSIS)/CMSIS/Include
CMSISINC = $(CMSISDEV)/ST $(CMSIS)/CMSIS/Include $(CMSIS)/CMSIS/Core/Include
FWINCS = $(CMSISINC) inc $(addsuffix /inc, $(MODULES)) .
SWINCS = inc .

Expand Down

0 comments on commit 586d509

Please sign in to comment.