lm3s1968: add debugging functionality on UART0.
[bertos.git] / examples / lm3s1968 / lm3s1968.c
index 68da7cda74bd0dc7f6b7834fa8dbf38f1f4a19c6..bb9d231dc44c15af21099527b85b16352d88b9ff 100644 (file)
@@ -43,6 +43,7 @@ extern unsigned long ticks;
 
 int main(void)
 {
+       kdbg_init();
        timer_hw_init();
 
        /* Enable the GPIO port that is used for the on-board LED */