nrf5/sdk: Enable ubluepy module if s110 bluetooth stack is enabled.

This commit is contained in:
Glenn Ruben Bakke 2017-02-17 18:11:22 +01:00
parent 86c900313c
commit 3ff245f667
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
#elif (BLUETOOTH_SD == 110)
#define MICROPY_PY_BLE (1)
#define MICROPY_PY_BLE_NUS (0)
#define MICROPY_PY_UBLUEPY (1)
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
#elif (BLUETOOTH_SD == 132)