increase wait period

otherwise the loop won't run
 (proposed by @LudwigOrtmann)
dev/timer
Oleg Hahm 10 years ago
parent 5dcf64d9de
commit cd4446023e

@ -41,7 +41,7 @@ int main(void)
printf("busy_thread created\n");
printf("hwtimer_wait()\n");
hwtimer_wait(HWTIMER_TICKS(10));
hwtimer_wait(HWTIMER_TICKS(100000));
busy = 0;
printf("main: return\n");

Loading…
Cancel
Save