preempt: initialize process context structure in proc_new()
[bertos.git] / bertos / kern / preempt.c
index 0cbaf7c902dd2d65a03015cecf2b15804853f17e..dfa343d7a9b702c769a590d8b76e0a409bdec9e2 100644 (file)
@@ -182,5 +182,5 @@ void preempt_init(void)
        sigaction(SIGUSR1, &act, NULL);
        sigaction(SIGALRM, &act, NULL);
 
-       alarm(1);
+       alarm(1);  // FIXME
 }