Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9db78f9

Browse files
authored
Merge pull request#1039 from megacct/readSock
Update MbedClient.cpp fix readSocket osPriority and name the thread
2 parents8a56bdf +38c56fb commit9db78f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/SocketWrapper/src/MbedClient.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void arduino::MbedClient::configureSocket(Socket *_s) {
7171
}
7272
mutex->lock();
7373
if (reader_th ==nullptr) {
74-
reader_th =newrtos::Thread(osPriorityNormal -2);
74+
reader_th =newrtos::Thread(osPriorityNormal, OS_STACK_SIZE,nullptr,"readSocket");
7575
reader_th->start(mbed::callback(this, &MbedClient::readSocket));
7676
}
7777
mutex->unlock();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp