You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,9 +149,9 @@ The functions `do_initialize` and `do_terminate` handle initialization and termi
149
149
150
150
##### Memory pool
151
151
152
-
Porters must override the `get_buffer_pool_description` function which should return a buffer pool to use by the Cordio stack.
152
+
Porters must override the `get_buffer_pool_description` function, which should return a buffer pool for the Cordio stack to use.
153
153
154
-
The function `get_default_buffer_pool_description` in the base class returns a buffer of 2250 bytes divided into different memory pools and can be used with most implementations:
154
+
The function `get_default_buffer_pool_description` in the base class returns a buffer of 2250 bytes divided into different memory pools, and most implementations can use it:
0 commit comments