1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00

tests/touch_dev: convert to xtimer_msleep()

This commit is contained in:
Benjamin Valentin 2020-11-04 23:00:51 +01:00
parent bea7e14791
commit e9b876a18e

View File

@ -73,7 +73,7 @@ int main(void)
printf("X: %i, Y:%i\n", touches[0].x, touches[0].y);
}
xtimer_usleep(10 * US_PER_MS);
xtimer_msleep(10);
}
return 0;