tests/driver_jc42: convert to xtimer_msleep()

This commit is contained in:
Benjamin Valentin 2020-11-04 23:00:50 +01:00
parent ed7c521bac
commit ff671baa75

View File

@ -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;