summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 614a7fcf14..e33e2bd5a5 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -103,12 +103,12 @@ void init(void)
103 font_init(); 103 font_init();
104 show_logo(); 104 show_logo();
105 105
106 set_irq_level(0);
106#ifdef DEBUG 107#ifdef DEBUG
107 debug_init(); 108 debug_init();
108#else 109#else
109 serial_setup(); 110 serial_setup();
110#endif 111#endif
111 set_irq_level(0);
112 112
113 i2c_init(); 113 i2c_init();
114 114