Skip to content

Commit 2c00397

Browse files
Update src/platform/silabs/PlatformManagerImpl.cpp
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
1 parent f05adc8 commit 2c00397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/PlatformManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace DeviceLayer {
4747
PlatformManagerImpl PlatformManagerImpl::sInstance;
4848

4949
#if defined(SL_MBEDTLS_USE_TINYCRYPT)
50-
sys_mutex_t PlatformManagerImpl::rngMutexHandle = nullptr;
50+
osMutexId_t PlatformManagerImpl::rngMutexHandle = nullptr;
5151

5252
int PlatformManagerImpl::uECC_RNG_Function(uint8_t * dest, unsigned int size)
5353
{

0 commit comments

Comments
 (0)