CMake: Fix path to Ambiq BLE source file

Update the hci_drv_apollo3.c listing as the file location was changed.
pull/14100/head
Hugues Kamba 2020-12-29 14:11:51 +00:00
parent e1d1753726
commit a1e80925af
1 changed files with 1 additions and 1 deletions

View File

@ -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
)