Skip to content
Snippets Groups Projects
Commit 94e4ee16 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #1083 from OlegHahm/test_hwtimer_w_thread_sleep

tests: added a thread_sleep() at the end
parents f8e329bb 127801d1
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#include <stdio.h>
#include "hwtimer.h"
#include "thread.h"
#define BASE_DELAY (1000UL * 1000UL)
#define DELTA_DELAY (1000UL * 1000UL)
......@@ -70,5 +71,6 @@ int main(void)
hwtimer_wait(HWTIMER_TICKS(1000UL * 1000UL));
puts("hwtimer set.");
thread_sleep();
return 0;
}
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