Skip to content

Commit 1ea105f

Browse files
committed
Fix SDK_ROOT path in the makefile
1 parent a6b3f2c commit 1ea105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_NAME := spcl
22
TARGETS := nrf52832_xxaa_debug nrf52832_xxaa_release
33
OUTPUT_DIRECTORY := _build
44

5-
SDK_ROOT := /home/era/code/neon-repos/nRF5_SDK/15.3.0
5+
SDK_ROOT := $(HOME)/nRF5_SDK_15.3.0
66
PROJ_DIR :=
77

88
$(OUTPUT_DIRECTORY)/nrf52832_xxaa_debug.out: \

0 commit comments

Comments
 (0)