nrf5/sdk: Add ble_uart.c to source list

ble_uart.c implements UART Bluetooth service on top of the
bluetooth stack driver api calls. Can be enabled to be compiled
in by defining MICROPY_PY_BLE_NUS = 1 in nrf5_sdk_conf.h.
This commit is contained in:
Glenn Ruben Bakke 2017-02-28 23:30:36 +01:00
parent 84313b0261
commit e8761682b7

View File

@ -25,4 +25,5 @@ INC += -I./sdk
SRC_C += \
sdk/modble.c \
sdk/ble_drv.c
sdk/ble_drv.c \
sdk/ble_uart.c