Remove timing_m_sleep() -> net_usleep()

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-14 18:22:47 +02:00
parent e94bfe6cd6
commit a63bc94a2d
7 changed files with 14 additions and 66 deletions

View file

@ -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().)