From 39a17affec1d9fc7887a23705fc83b2b619956a3 Mon Sep 17 00:00:00 2001 From: arighi Date: Thu, 3 Mar 2011 11:35:31 +0000 Subject: [PATCH] demo: kbd driver depends on the proc module now git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4743 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/demo/demo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/demo/demo.c b/examples/demo/demo.c index e77eab90..a7e151a6 100644 --- a/examples/demo/demo.c +++ b/examples/demo/demo.c @@ -33,7 +33,6 @@ * * \author Bernie Innocenti */ - #include #include @@ -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); -- 2.25.1