function signature line

pull/7417/head
Melinda Weed 2018-08-16 14:46:07 +03:00
parent c1e154b1cc
commit 4a9570b252
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ The HCI driver is injected to the `CordioBLE` class at manufacture.
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.
This function is in the global namespace, and you can call it with:
This function is in the global namespace, and its signature is:
```
ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver();