mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
Remove otPlat*Init() functions that are no longer used. (#142)
This commit is contained in:
@ -52,11 +52,6 @@ extern "C" {
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Initialize the Alarm.
|
||||
*/
|
||||
void otPlatAlarmInit(void);
|
||||
|
||||
/**
|
||||
* Set the alarm to fire at @p aDt milliseconds after @p aT0.
|
||||
*
|
||||
|
@ -52,12 +52,6 @@ extern "C" {
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Initialize the true random number generator.
|
||||
*
|
||||
*/
|
||||
void otPlatRandomInit(void);
|
||||
|
||||
/**
|
||||
* Get a 32-bit true random value.
|
||||
*
|
||||
|
Reference in New Issue
Block a user