mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 05:53:45 +00:00
[entropy] allow for entropy source sharing (#3818)
This commit is contained in:
committed by
Jonathan Hui
parent
fc580c39e6
commit
56fa9ac9cd
+1
-6
@@ -248,12 +248,7 @@ const struct Command Interpreter::sCommands[] = {
|
||||
{"version", &Interpreter::ProcessVersion},
|
||||
};
|
||||
|
||||
#ifdef OTDLL
|
||||
uint32_t otPlatRandomGet(void)
|
||||
{
|
||||
return (uint32_t)rand();
|
||||
}
|
||||
#else
|
||||
#ifndef OTDLL
|
||||
void otFreeMemory(const void *)
|
||||
{
|
||||
// No-op on systems running OpenThread in-proc
|
||||
|
||||
Reference in New Issue
Block a user