Remove timing_m_sleep() -> net_usleep()
This commit is contained in:
parent
e94bfe6cd6
commit
a63bc94a2d
7 changed files with 14 additions and 66 deletions
|
@ -84,13 +84,6 @@ unsigned long mbedtls_timing_get_timer( struct mbedtls_timing_hr_time *val, int
|
|||
*/
|
||||
void mbedtls_set_alarm( int seconds );
|
||||
|
||||
/**
|
||||
* \brief Sleep for a certain amount of time
|
||||
*
|
||||
* \param milliseconds delay in milliseconds
|
||||
*/
|
||||
void mbedtls_timing_m_sleep( int milliseconds );
|
||||
|
||||
/**
|
||||
* \brief Set a pair of delays to watch
|
||||
* (See \c mbedtls_timing_get_delay().)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue