Skip to content

Commit e50fc9b

Browse files
author
Teemu Kultala
committed
stack size update
1 parent 26ee455 commit e50fc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const char *host_name = "echo.mbedcloudtesting.com";
5252
const int port = 7;
5353

5454
Mutex PrintMutex;
55-
Thread dot_thread;
55+
Thread dot_thread(osPriorityNormal, 512);
5656

5757
#define PRINT_TEXT_LENGTH 128
5858
char print_text[PRINT_TEXT_LENGTH];

0 commit comments

Comments
 (0)