Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78a3ca5

Browse files
authoredOct 2, 2024··
feat(openthread): change FreeRTOS names and types
QueueHandle_t instead of xQueueHandle
1 parent f6444db commit 78a3ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/OpenThread/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Below are the details of the class:
1919
```cpp
2020
class OpenThreadCLI : public Stream {
2121
private:
22-
static size_t setBuffer(xQueueHandle &queue, size_t len);
22+
static size_t setBuffer(QueueHandle_t &queue, size_t len);
2323
bool otStarted = false;
2424

2525
public:

0 commit comments

Comments
 (0)
Please sign in to comment.