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:
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…
Reference in New Issue
Block a user