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:
parent
bea7e14791
commit
e9b876a18e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user