Skip to content

Commit 5d7d823

Browse files
Amanda ButlerCruz Monrreal II
authored andcommitted
Edit PortingGuide.md
Edit file for active voice.
1 parent ddf3a13 commit 5d7d823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ The functions `do_initialize` and `do_terminate` handle initialization and termi
149149

150150
##### Memory pool
151151

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.
153153

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:
155155

156156
| Chunk size (bytes) | Number of chunks |
157157
|--------------------|------------------|
@@ -168,7 +168,7 @@ buf_pool_desc_t CordioHCIDriver::get_buffer_pool_description() {
168168
}
169169
```
170170

171-
If the memory provided by the base class doesn't match what is required by the Bluetooth controller driver, a custom pool can be returned.
171+
If the memory the base class provides doesn't match what the Bluetooth controller driver requires, a custom pool can be returned.
172172

173173
**Example:**
174174

0 commit comments

Comments
 (0)