We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05adc8 commit 2c00397Copy full SHA for 2c00397
src/platform/silabs/PlatformManagerImpl.cpp
@@ -47,7 +47,7 @@ namespace DeviceLayer {
47
PlatformManagerImpl PlatformManagerImpl::sInstance;
48
49
#if defined(SL_MBEDTLS_USE_TINYCRYPT)
50
-sys_mutex_t PlatformManagerImpl::rngMutexHandle = nullptr;
+osMutexId_t PlatformManagerImpl::rngMutexHandle = nullptr;
51
52
int PlatformManagerImpl::uECC_RNG_Function(uint8_t * dest, unsigned int size)
53
{
0 commit comments