nrf5/sdk: Adding configuration to enable the ubluepy peripheral class when using softdevice 132 from the SDK.

This commit is contained in:
Glenn Ruben Bakke 2017-02-08 18:45:49 +01:00
parent 35a7aa1331
commit 323533c3d3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define MICROPY_PY_BLE (1)
#define MICROPY_PY_BLE_NUS (0)
#define MICROPY_PY_UBLUEPY (1)
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
#else
#error "SD not supported"