X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s1968%2Flm3s1968.c;h=bb9d231dc44c15af21099527b85b16352d88b9ff;hb=77ff0251b9e4608d5b133a39cd684a62383b57e3;hp=6316ad18373e09b0c9c1e795c35538b945f2c255;hpb=2053503385a67e1f7f13ec45b85ac02378b9b0bb;p=bertos.git diff --git a/examples/lm3s1968/lm3s1968.c b/examples/lm3s1968/lm3s1968.c index 6316ad18..bb9d231d 100644 --- a/examples/lm3s1968/lm3s1968.c +++ b/examples/lm3s1968/lm3s1968.c @@ -37,12 +37,13 @@ #include #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 */