forked from wolfSSL/wolfssl
Merge pull request #7633 from JacobBarthelmeh/netos
use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user