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:
parent
84313b0261
commit
e8761682b7
@ -25,4 +25,5 @@ INC += -I./sdk
|
||||
|
||||
SRC_C += \
|
||||
sdk/modble.c \
|
||||
sdk/ble_drv.c
|
||||
sdk/ble_drv.c \
|
||||
sdk/ble_uart.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user