diff options
| author | Lofty Inclination <[email protected]> | 2024-12-31 23:26:42 +0000 |
|---|---|---|
| committer | Lofty Inclination <[email protected]> | 2025-01-01 01:35:41 +0000 |
| commit | c84aef75af6c1e7b60b6c86b7dcd20293f3f5a89 (patch) | |
| tree | 7bf2f71378fc12f079db61f9c8375d5dea29b62d /embassy-stm32-wpan | |
| parent | a38a1c2e1cb7757df65eb4b76ebca695a6d189cd (diff) | |
Fix spelling
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/src/consts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/src/consts.rs b/embassy-stm32-wpan/src/consts.rs index 6aaef1d35..e2ae6ca86 100644 --- a/embassy-stm32-wpan/src/consts.rs +++ b/embassy-stm32-wpan/src/consts.rs | |||
| @@ -69,7 +69,7 @@ pub const TL_CS_EVT_SIZE: usize = core::mem::size_of::<CsEvt>(); | |||
| 69 | * enough to store all asynchronous events received in between. | 69 | * enough to store all asynchronous events received in between. |
| 70 | * When CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE is set to 27, this allow to store three 255 bytes long asynchronous events | 70 | * When CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE is set to 27, this allow to store three 255 bytes long asynchronous events |
| 71 | * between the HCI command and its event. | 71 | * between the HCI command and its event. |
| 72 | * This parameter depends on the value given to CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE. When the queue size is to small, | 72 | * This parameter depends on the value given to CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE. When the queue size is too small, |
| 73 | * the system may hang if the queue is full with asynchronous events and the HCI layer is still waiting | 73 | * the system may hang if the queue is full with asynchronous events and the HCI layer is still waiting |
| 74 | * for a CC/CS event, In that case, the notification TL_BLE_HCI_ToNot() is called to indicate | 74 | * for a CC/CS event, In that case, the notification TL_BLE_HCI_ToNot() is called to indicate |
| 75 | * to the application a HCI command did not receive its command event within 30s (Default HCI Timeout). | 75 | * to the application a HCI command did not receive its command event within 30s (Default HCI Timeout). |
