Skip to content

Commit a1e8092

Browse files
committed
CMake: Fix path to Ambiq BLE source file
Update the hci_drv_apollo3.c listing as the file location was changed.
1 parent e1d1753 commit a1e8092

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)