Skip to content

Commit dd4eca1

Browse files
authored
Merge pull request ARMmbed#14100 from hugueskamba/hk_cmake_fix_ambiq_ble
CMake: Fix path to Ambiq BLE source file
2 parents d0cd5fa + a1e8092 commit dd4eca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ target_include_directories(mbed-ble
1212

1313
target_sources(mbed-ble
1414
INTERFACE
15-
hal/hci_drv_apollo3.c
15+
hal/apollo3/hci_drv_apollo3.c
1616
)

0 commit comments

Comments
 (0)