demo: kbd driver depends on the proc module now
[bertos.git] / examples / demo / demo.c
index e77eab902b1f2cc7acd2e5a42fd582acf461da3d..a7e151a6a2015c8e3404665baea3e597597b22b0 100644 (file)
@@ -33,7 +33,6 @@
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
-
 #include <cfg/macros.h>
 
 #include <emul/emul.h>
@@ -303,10 +302,10 @@ int main(int argc, char *argv[])
        emul_init(&argc, argv);
 
        timer_init();
+       proc_init();
        buz_init();
        kbd_init();
        lcd_gfx_qt_init(&lcd_bitmap);
-       proc_init();
        monitor_start(KERN_MINSTACKSIZE, monitor_stack);
 
        menu_handle(&main_menu);