Move serial driver to a port different from the debug one.
[bertos.git] / boards / lpc-p2378 / templates / kernel / main.c
index ff8b2f129e36069b60e258c23896f9f0143f5a47..ad5c7ada6984a7fe2881cb9db403678d40da0dc2 100644 (file)
@@ -63,9 +63,9 @@ static void init(void)
        kdbg_init();
        /* Initialize system timer */
        timer_init();
-       /* Initialize UART0 */
-       ser_init(&out, SER_UART0);
-       /* Configure UART0 to work at 115.200 bps */
+       /* Initialize UART1 */
+       ser_init(&out, SER_UART1);
+       /* Configure UART1 to work at 115.200 bps */
        ser_setbaudrate(&out, 115200);
        /* Initialize LED driver */
        LED_INIT();