forked from wolfSSL/wolfssl
Removed exception for EXIT_TEST in RIOT
This commit is contained in:
@ -830,9 +830,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef WOLFSSL_RIOT_OS
|
||||
#define EXIT_TEST(ret) exit(ret)
|
||||
#elif defined(HAVE_STACK_SIZE)
|
||||
#if defined(HAVE_STACK_SIZE)
|
||||
#define EXIT_TEST(ret) return (void*)((size_t)(ret))
|
||||
#else
|
||||
#define EXIT_TEST(ret) return ret
|
||||
|
Reference in New Issue
Block a user