Add WaitCursor when the Wizard is doing something complex into module page.
[bertos.git] / examples / lm3s1968 / lm3s1968.c
index 6316ad18373e09b0c9c1e795c35538b945f2c255..bb9d231dc44c15af21099527b85b16352d88b9ff 100644 (file)
 
 #include <cpu/irq.h>
 #include "io/lm3s.h"
-#include "drv/timer.h"
+#include "drv/timer_lm3s.h"
 
 extern unsigned long ticks;
 
 int main(void)
 {
+       kdbg_init();
        timer_hw_init();
 
        /* Enable the GPIO port that is used for the on-board LED */