File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
include ../py/mkenv.mk
32
32
include boards/$(BOARD)/mpconfigboard_$(SD_LOWER).mk
33
33
34
- include sdk /bluetooth_common.mk
34
+ include bluetooth /bluetooth_common.mk
35
35
endif
36
36
37
37
# qstr definitions (must come before including py.mk)
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ else ifeq ($(SD), s132)
17
17
CFLAGS += -DBLUETOOTH_SD=132
18
18
SOFTDEV_HEX_NAME = s132_nrf52_3.0.0_softdevice.hex
19
19
# else ifeq ($(SD), s1xx)
20
- # include sdk /iot_0.9.0/sdk.mk
20
+ # include bluetooth /iot_0.9.0/sdk.mk
21
21
else
22
22
$(error Incorrect softdevice set flag)
23
23
endif
24
24
25
25
SOFTDEV_HEX = $(lastword $(wildcard $(SDK_ROOT ) /components/softdevice/$(SD ) /hex/$(SOFTDEV_HEX_NAME ) ) )
26
26
27
- INC += -I./sdk
27
+ INC += -I./bluetooth
28
28
29
29
SRC_C += \
30
- sdk /modble.c \
31
- sdk /ble_drv.c \
32
- sdk /ble_uart.c
30
+ bluetooth /modble.c \
31
+ bluetooth /ble_drv.c \
32
+ bluetooth /ble_uart.c
You can’t perform that action at this time.
0 commit comments