diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-01-31 07:29:31 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-02-02 20:31:47 +0100 |
| commit | a776c2a51c28825f9dcd33f73286d27b9b98e4fc (patch) | |
| tree | b6716d02f37207b525451c5c586ed56e5db6b0bd | |
| parent | 7c6adaa661aa066aca27457b966f5168189186c5 (diff) | |
nrf: Fix errorneous indent
Otherwise we get the "recipe commences before first target" messsage.
| -rw-r--r-- | ports/nrf/drivers/bluetooth/bluetooth_common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/drivers/bluetooth/bluetooth_common.mk b/ports/nrf/drivers/bluetooth/bluetooth_common.mk index 38c604e04..ebc221ee5 100644 --- a/ports/nrf/drivers/bluetooth/bluetooth_common.mk +++ b/ports/nrf/drivers/bluetooth/bluetooth_common.mk @@ -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 |
