File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
drivers/ble/FEATURE_BLE/COMPONENT_BlueNRG_MS Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
# List of all connectivity libraries available.
5
5
add_library (mbed-802.15.4-rf INTERFACE )
6
6
add_library (mbed-ble INTERFACE )
7
- add_library (mbed-ble-blue_nrg INTERFACE )
8
7
add_library (mbed-ble-cordio INTERFACE )
9
8
add_library (mbed-ble-cordio_ll INTERFACE )
10
9
add_library (mbed-cellular INTERFACE )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- target_sources (mbed-ble-blue_nrg
4
+ target_include_directories (mbed-ble
5
5
INTERFACE
6
- BlueNrgMsHCIDriver.cpp
6
+ .
7
7
)
8
8
9
- target_link_libraries (mbed-ble-blue_nrg
9
+ target_sources (mbed-ble
10
10
INTERFACE
11
- mbed-ble
11
+ BlueNrgMsHCIDriver.cpp
12
12
)
You can’t perform that action at this time.
0 commit comments