Remove otPlat*Init() functions that are no longer used. (#142)

This commit is contained in:
Jonathan Hui
2016-06-14 08:46:49 -07:00
committed by GitHub
parent 301f47adc2
commit 469f925683
2 changed files with 0 additions and 11 deletions

View File

@ -52,11 +52,6 @@ extern "C" {
*
*/
/**
* Initialize the Alarm.
*/
void otPlatAlarmInit(void);
/**
* Set the alarm to fire at @p aDt milliseconds after @p aT0.
*

View File

@ -52,12 +52,6 @@ extern "C" {
*
*/
/**
* Initialize the true random number generator.
*
*/
void otPlatRandomInit(void);
/**
* Get a 32-bit true random value.
*