Merge ccdbg and altos sources into one giant repository
[fw/altos] / target / serial / serial.c
index 2939042635ca84d48e0ea586d9fa6d518ea9d1cd..63f6c6de0c32ec477249f2cfb5db3c0995f509a6 100644 (file)
@@ -259,12 +259,12 @@ main ()
        CLKCON = 0;
        while (!(SLEEP & SLEEP_XOSC_STB))
                ;
-       
+
        usart_init();
 
        for (;;) {
                usart_out_string("hello world\r\n");
                debug_byte(usart_in_byte());
        }
-       
+
 }