diff options
Diffstat (limited to 'ports/zephyr/src/zephyr_start.c')
| -rw-r--r-- | ports/zephyr/src/zephyr_start.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/zephyr/src/zephyr_start.c b/ports/zephyr/src/zephyr_start.c index 62ee922a8..7806eeeea 100644 --- a/ports/zephyr/src/zephyr_start.c +++ b/ports/zephyr/src/zephyr_start.c @@ -30,11 +30,11 @@ int real_main(void); void main(void) { -#ifdef CONFIG_CONSOLE_SUBSYS + #ifdef CONFIG_CONSOLE_SUBSYS console_init(); -#else + #else zephyr_getchar_init(); -#endif + #endif real_main(); // This is needed so the linker includes k_timer_init, z_impl_k_timer_start |
