From 4a9570b252cdafa6e86d1a140a0a204817729653 Mon Sep 17 00:00:00 2001 From: Melinda Weed Date: Thu, 16 Aug 2018 14:46:07 +0300 Subject: [PATCH] function signature line --- features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md b/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md index 9fbe4d6800..0995c09475 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md @@ -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();