demo: kbd driver depends on the proc module now
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Mar 2011 11:35:31 +0000 (11:35 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Mar 2011 11:35:31 +0000 (11:35 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4743 38d2e660-2303-0410-9eaa-f027e97ec537

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);