xtimer: properly expose xtimer_usleep64()
This commit is contained in:
parent
55cc34fd17
commit
b92f5ccd15
@ -150,6 +150,15 @@ static inline void xtimer_sleep(uint32_t seconds);
|
|||||||
*/
|
*/
|
||||||
static inline void xtimer_usleep(uint32_t microseconds);
|
static inline void xtimer_usleep(uint32_t microseconds);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Pause the execution of a thread for some microseconds
|
||||||
|
*
|
||||||
|
* See xtimer_usleep() for more information.
|
||||||
|
*
|
||||||
|
* @param[in] microseconds the amount of microseconds the thread should sleep
|
||||||
|
*/
|
||||||
|
static inline void xtimer_usleep64(uint64_t microseconds);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stop execution of a thread for some time
|
* @brief Stop execution of a thread for some time
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user