drivers/atwinc15x0: convert to xtimer_msleep()
This commit is contained in:
parent
5b3829845d
commit
fd102efea8
@ -78,7 +78,7 @@ void nm_bsp_reset(void)
|
|||||||
|
|
||||||
void nm_bsp_sleep(uint32 u32TimeMsec)
|
void nm_bsp_sleep(uint32 u32TimeMsec)
|
||||||
{
|
{
|
||||||
xtimer_usleep(u32TimeMsec * US_PER_MS);
|
xtimer_msleep(u32TimeMsec);
|
||||||
}
|
}
|
||||||
|
|
||||||
void nm_bsp_register_isr(tpfNmBspIsr pfIsr)
|
void nm_bsp_register_isr(tpfNmBspIsr pfIsr)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user