Fix efr32 otPlatRandomGetTrue() declaration. (#1654)

This commit is contained in:
Jonathan Hui
2017-04-25 13:04:12 -07:00
committed by GitHub
parent 0a830ecefe
commit 7c7519f25a
+1 -1
View File
@@ -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;