Skip to content

Commit

Permalink
Merge pull request #7633 from JacobBarthelmeh/netos
Browse files Browse the repository at this point in the history
use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread
  • Loading branch information
SparkiDev authored Jun 24, 2024
2 parents f1b1483 + 1753d52 commit 75475ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/src/wc_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n)
"wolfSSL thread",
(entry_functionType)cb, (ULONG)arg,
thread->threadStack,
TESTSUITE_THREAD_STACK_SZ,
WOLFSSL_NETOS_STACK_SZ,
2, 2,
1, TX_AUTO_START);
if (result != TX_SUCCESS) {
Expand Down

0 comments on commit 75475ae

Please sign in to comment.