Initialize the rtimer component on native platform's startup.

Otherwise applications that use rtimers die when run as native code because of an unhandled signal.
This commit is contained in:
Atis Elsts 2014-04-22 14:35:01 +02:00
parent b0f1199202
commit 6ea744421b
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ main(int argc, char **argv)
process_init();
process_start(&etimer_process, NULL);
ctimer_init();
rtimer_init();
#if WITH_GUI
process_start(&ctk_process, NULL);