Merge pull request #14100 from hugueskamba/hk_cmake_fix_ambiq_ble

CMake: Fix path to Ambiq BLE source file
pull/14060/head
Martin Kojtal 2021-01-05 15:50:32 +00:00 committed by GitHub
commit dd4eca1b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)