nrf5/bluetooth: Correcting typo in test where s132 API version is settled.

This commit is contained in:
Glenn Ruben Bakke 2017-04-24 23:14:04 +02:00
parent f68fb8499d
commit 44fc96c8a9
1 changed files with 1 additions and 1 deletions

View File

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