Merge pull request #7633 from JacobBarthelmeh/netos

use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread
This commit is contained in:
Sean Parkinson
2024-06-24 16:44:47 +10:00
committed by GitHub

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