Skip to content

Commit

Permalink
removed unnecessary debug hex file
Browse files Browse the repository at this point in the history
  • Loading branch information
rananna committed Dec 3, 2020
1 parent a845e6d commit 3a08198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ BOARD_USE_SF_CLOCK := 1 #use the softdevice LFCLK


ifeq ($(DEBUG), 1)
SOFT_DEVICE = $(PROJ_DIR)/include/S340_and_TSDZ2_remote.hex
#SOFT_DEVICE = $(PROJ_DIR)/include/S340_and_TSDZ2_remote.hex
SOFT_DEVICE = $(SDK_ROOT)/components/softdevice/s340/hex/ANT_s340_nrf52840_6.1.1.hex
else
SOFT_DEVICE = $(SDK_ROOT)/components/softdevice/s340/hex/ANT_s340_nrf52840_6.1.1.hex
endif
Expand Down

0 comments on commit 3a08198

Please sign in to comment.