X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fdemo.c;h=a7e151a6a2015c8e3404665baea3e597597b22b0;hb=34775fdcd158566a5abd395b22ba7ac4852e8958;hp=e77eab902b1f2cc7acd2e5a42fd582acf461da3d;hpb=44c33872116ab2e2b96f9d919f926c4a9179d796;p=bertos.git 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);