Disable the kernel in all the "empty" preset templates.
[bertos.git] / boards / ek-lm3s1968 / templates / empty / main.c
index 659b51b5524aeee572c5f573888ab7331340e9ed..9ca44575ecd0c0b8a932ee5886c16efb96aff420 100644 (file)
@@ -43,7 +43,6 @@
 #include <hw/hw_led.h>
 #include <drv/timer.h>
 #include <drv/ser.h>
-#include <kern/proc.h>
 #include <drv/lcd_rit128x96.h>
 #include <drv/kbd.h>
 
@@ -77,12 +76,6 @@ static void init(void)
        rit128x96_blitBitmap(&lcd_bitmap);
        /* Initialize the keypad driver */
        kbd_init();
-
-       /*
-        * Kernel initialization: processes (allow to create and dispatch
-        * processes using proc_new()).
-        */
-       proc_init();
 }
 
 int main(void)