nrf5/bluetooth: Correcting typo in test where s132 API version is settled.
This commit is contained in:
parent
f68fb8499d
commit
44fc96c8a9
|
@ -21,7 +21,7 @@ else ifeq ($(SD), s132)
|
|||
|
||||
ifeq ($(SOFTDEV_VERSION), 2.0.1)
|
||||
CFLAGS += -DBLE_API_VERSION=2
|
||||
else ifeq ($(SOFTDEV_vERSION), 3.0.0)
|
||||
else ifeq ($(SOFTDEV_VERSION), 3.0.0)
|
||||
CFLAGS += -DBLE_API_VERSION=3
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue