X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fdemo.c;h=559152a7880b77ce704f95d0759202bc547986c7;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=5a6f50773ba29f41fd29c028ff2f1120f3e90d3f;hpb=fe0a14d1434098bfd0780d06a2a7e55f27940d27;p=bertos.git diff --git a/examples/demo/demo.c b/examples/demo/demo.c index 5a6f5077..559152a7 100644 --- a/examples/demo/demo.c +++ b/examples/demo/demo.c @@ -301,9 +301,6 @@ int main(int argc, char *argv[]) { emul_init(&argc, argv); - #if CONFIG_KERN_PREEMPT - irq_init(); - #endif timer_init(); buz_init(); kbd_init();