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);
|
printf("X: %i, Y:%i\n", touches[0].x, touches[0].y);
|
||||||
}
|
}
|
||||||
|
|
||||||
xtimer_usleep(10 * US_PER_MS);
|
xtimer_msleep(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user