mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 12:17:47 +00:00
Fix efr32 otPlatRandomGetTrue() declaration. (#1654)
This commit is contained in:
@@ -90,7 +90,7 @@ uint32_t otPlatRandomGet(void)
|
||||
return random;
|
||||
}
|
||||
|
||||
ThreadError otPlatRandomGetTrue(uint8_t *aOutput, uint16_t *aOutputLength)
|
||||
ThreadError otPlatRandomGetTrue(uint8_t *aOutput, uint16_t aOutputLength)
|
||||
{
|
||||
ThreadError error = kThreadError_None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user