Skip to content
Snippets Groups Projects
Commit 19c15933 authored by schneider's avatar schneider
Browse files

fix(ble): Fix ble example makefile

parent 28ea1ea9
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ endif
# This is the path to the CMSIS root directory
ifeq "$(MAXIM_PATH)" ""
LIBS_DIR=../sdk/Libraries
NDALIBS_DIR=../sdk/NDALibraries
LIBS_DIR=../lib/sdk/Libraries
NDALIBS_DIR=../lib/sdk/NDALibraries
else
LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
NDALIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/NDALibraries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment