Skip to content

Commit

Permalink
Fix bootloader Makefile on MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Oct 12, 2023
1 parent a3b05e5 commit 96de154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif
ifeq "$(MAXIM_PATH)" ""
LIBS_DIR=../../../Libraries
else
LIBS_DIR=$(subst \,/,$(subst :,,$(MAXIM_PATH))/Libraries)
LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Libraries)
endif

CMSIS_ROOT=$(LIBS_DIR)/CMSIS
Expand Down

0 comments on commit 96de154

Please sign in to comment.