Skip to content

Commit

Permalink
Update src/platform/silabs/PlatformManagerImpl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Martinez <[email protected]>
  • Loading branch information
mykrupp and jmartinez-silabs authored Jul 18, 2024
1 parent f05adc8 commit 2c00397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/PlatformManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace DeviceLayer {
PlatformManagerImpl PlatformManagerImpl::sInstance;

#if defined(SL_MBEDTLS_USE_TINYCRYPT)
sys_mutex_t PlatformManagerImpl::rngMutexHandle = nullptr;
osMutexId_t PlatformManagerImpl::rngMutexHandle = nullptr;

int PlatformManagerImpl::uECC_RNG_Function(uint8_t * dest, unsigned int size)
{
Expand Down

0 comments on commit 2c00397

Please sign in to comment.