8000 nrf5/sdk: Add ble_uart.c to source list · boneskull/circuitpython@e876168 · GitHub
[go: up one dir, main page]

Skip to content

Commit e876168

Browse files
committed
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.
1 parent 84313b0 commit e876168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nrf5/sdk/sdk_common.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ INC += -I./sdk
2525

2626
SRC_C += \
2727
sdk/modble.c \
28-
sdk/ble_drv.c
28+
sdk/ble_drv.c \
29+
sdk/ble_uart.c

0 commit comments

Comments
 (0)
0