1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

increase wait period

otherwise the loop won't run
 (proposed by @LudwigOrtmann)
This commit is contained in:
Oleg Hahm 2014-01-14 17:46:20 +01:00
parent 5dcf64d9de
commit cd4446023e

View File

@ -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");