drivers/dht: convert to xtimer_msleep()

This commit is contained in:
Benjamin Valentin 2020-11-04 23:00:49 +01:00
parent 04114c3d83
commit e2cf95b0a9

View File

@ -118,7 +118,7 @@ int dht_init(dht_t *dev, const dht_params_t *params)
_reset(dev);
xtimer_usleep(2000 * US_PER_MS);
xtimer_msleep(2000);
DEBUG("dht_init: success\n");
return DHT_OK;