use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread

This commit is contained in:
JacobBarthelmeh
2024-06-07 14:30:26 -06:00
parent f7bc78cad0
commit 1753d524d7

View File

@ -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) {