tests/driver_jc42: convert to xtimer_msleep()
This commit is contained in:
parent
ed7c521bac
commit
ff671baa75
@ -83,7 +83,7 @@ int main(void)
|
||||
temperature / 100, temperature % 100);
|
||||
|
||||
/* sleep between measurements */
|
||||
xtimer_usleep(1000 * US_PER_MS);
|
||||
xtimer_msleep(1000);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user