Fixed location of BLE_API

pull/241/head
Bogdan Marinescu 2014-04-01 11:28:52 +01:00
parent fdcc1e3874
commit f3de3458fa
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ OFFICIAL_CODE = (
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusb"]), ("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusb"]),
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusb"]), ("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusb"]),
("ble-api", "ble/ble-api"), ("BLE_API", "ble/ble-api", "Bluetooth-Low-Energy"),
("nRF51822", "ble/nRF51822", "Nordic-Semiconductor"), ("nRF51822", "ble/nRF51822", "Nordic-Semiconductor"),
) )