Skip to content
Snippets Groups Projects
Commit 860470df authored by Hauke Petersen's avatar Hauke Petersen
Browse files

tests/events: adapt timeout value to comment above

parent 36743c17
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ int main(void) ...@@ -106,7 +106,7 @@ int main(void)
puts("posting timed callback with timeout 1sec"); puts("posting timed callback with timeout 1sec");
event_timeout_init(&event_timeout, &queue, (event_t *)&event_callback); event_timeout_init(&event_timeout, &queue, (event_t *)&event_callback);
before = xtimer_now_usec(); before = xtimer_now_usec();
event_timeout_set(&event_timeout, 100000LU); event_timeout_set(&event_timeout, (1 * US_PER_SEC));
event_timeout_t event_timeout_canceled; event_timeout_t event_timeout_canceled;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment