From e3d8b28483714f4b09a032aaa73782633354653e Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Thu, 6 Dec 2018 10:19:57 +0000 Subject: [PATCH] Update features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h Fix doxygen as suggested by @pan- Co-Authored-By: donatieng --- .../FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h index 9f4ee31c7a..03848bb980 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h @@ -128,7 +128,8 @@ public: protected: /** - * Return a defai;t set of memory pool which will be used by the Cordio stack + * Return a default set of memory pool which can be used by the Cordio stack + * This function can be used to implement get_buffer_pool_description(). */ buf_pool_desc_t get_default_buffer_pool_description();