nrf52/sdk: Correcting path to iot softdevice if SDK is enabled.

This commit is contained in:
Glenn Ruben Bakke 2016-12-29 16:48:47 +01:00
parent 387725ce60
commit a7832a203f
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ CFLAGS += -DBLUETOOTH_SD=100
CFLAGS += -DBLUETOOTH_SD_DEBUG=1
# softdevice .hex file
SOFTDEV_HEX ?= $(lastword $(wildcard $(SDK_ROOT)/components/softdevice/s1xx_iot/hex/s1xx*softdevice.hex))
SOFTDEV_HEX ?= $(lastword $(wildcard $(SDK_ROOT)/components/softdevice/s1xx_iot/s1xx*softdevice.hex))