Skip to content

Commit 4a9570b

Browse files
author
Melinda Weed
committed
function signature line
1 parent c1e154b commit 4a9570b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The HCI driver is injected to the `CordioBLE` class at manufacture.
419419

420420
Given that the `CordioBLE` class doesn't know which class constructs the driver nor how to construct it, the port provides a function returning a reference to the HCI driver.
421421

422-
This function is in the global namespace, and you can call it with:
422+
This function is in the global namespace, and its signature is:
423423

424424
```
425425
ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver();

0 commit comments

Comments
 (0)