nrf: Fix errorneous indent
Otherwise we get the "recipe commences before first target" messsage.
This commit is contained in:
parent
7c6adaa661
commit
a776c2a51c
|
@ -28,7 +28,7 @@ endif
|
|||
SOFTDEV_HEX_NAME = $(SD)_$(MCU_VARIANT)_$(SOFTDEV_VERSION)_softdevice.hex
|
||||
SOFTDEV_HEX_PATH = drivers/bluetooth/$(SD)_$(MCU_VARIANT)_$(SOFTDEV_VERSION)
|
||||
else
|
||||
$(error Incorrect softdevice set flag)
|
||||
$(error Incorrect softdevice set flag)
|
||||
endif
|
||||
|
||||
define STACK_MISSING_ERROR
|
||||
|
|
Loading…
Reference in New Issue