Skip to content

Commit 75475ae

Browse files
authored
Merge pull request #7633 from JacobBarthelmeh/netos
use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread
2 parents f1b1483 + 1753d52 commit 75475ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/wc_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3646,7 +3646,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n)
36463646
"wolfSSL thread",
36473647
(entry_functionType)cb, (ULONG)arg,
36483648
thread->threadStack,
3649-
TESTSUITE_THREAD_STACK_SZ,
3649+
WOLFSSL_NETOS_STACK_SZ,
36503650
2, 2,
36513651
1, TX_AUTO_START);
36523652
if (result != TX_SUCCESS) {

0 commit comments

Comments
 (0)