summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 9d710e0909..0bfb00de2c 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -53,7 +53,9 @@ int init(void)
53 dmalloc_initialize(); 53 dmalloc_initialize();
54 bmalloc_add_pool(poolstart, poolend-poolstart); 54 bmalloc_add_pool(poolstart, poolend-poolstart);
55 55
56#ifdef DEBUG
56 debug_init(); 57 debug_init();
58#endif
57 kernel_init(); 59 kernel_init();
58 set_irq_level(0); 60 set_irq_level(0);
59 61