Skip to content

Commit f6444db

Browse files
authored
feat(openthread): change FreeRTOS names and types
1 parent f9e8ed6 commit f6444db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/OpenThread/src/OThreadCLI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef std::function<void(void)> OnReceiveCb_t;
2222

2323
class OpenThreadCLI : public Stream {
2424
private:
25-
static size_t setBuffer(xQueueHandle &queue, size_t len);
25+
static size_t setBuffer(QueueHandle_t &queue, size_t len);
2626
bool otStarted = false;
2727

2828
public:

0 commit comments

Comments
 (0)