mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Fix path to Ambiq BLE source file
Update the hci_drv_apollo3.c listing as the file location was changed.pull/14100/head
parent
e1d1753726
commit
a1e80925af
|
@ -12,5 +12,5 @@ target_include_directories(mbed-ble
|
|||
|
||||
target_sources(mbed-ble
|
||||
INTERFACE
|
||||
hal/hci_drv_apollo3.c
|
||||
hal/apollo3/hci_drv_apollo3.c
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue