mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 17:02:15 +01:00
Merge pull request #7731 from ColtonWilley/zephyr_tls_support
Changes needed for default TLS support in zephyr kernel
This commit is contained in:
@@ -9914,7 +9914,7 @@ ProtocolVersion MakeDTLSv1_3(void)
|
||||
word32 LowResTimer(void)
|
||||
{
|
||||
int64_t t;
|
||||
#if defined(CONFIG_ARCH_POSIX)
|
||||
#if defined(CONFIG_ARCH_POSIX) && !defined(CONFIG_BOARD_NATIVE_POSIX)
|
||||
k_cpu_idle();
|
||||
#endif
|
||||
t = k_uptime_get(); /* returns current uptime in milliseconds */
|
||||
|
||||
Reference in New Issue
Block a user