nrf: Fix errorneous indent

Otherwise we get the "recipe commences before first target" messsage.
This commit is contained in:
arturo182 2018-01-31 07:29:31 +01:00
parent 7c6adaa661
commit a776c2a51c
1 changed files with 1 additions and 1 deletions

View File

@ -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