X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s1968%2Flm3s1968.c;h=478f369d0e4dc70a82058e9ca960785a9c615c24;hb=dfd6bde734886243cc7053d4477ff840c865a133;hp=46451e5e81d0df5a887813b474bf744b79926011;hpb=c05941e41ee333ab29af6bb62ecc08862c7321fd;p=bertos.git diff --git a/examples/lm3s1968/lm3s1968.c b/examples/lm3s1968/lm3s1968.c index 46451e5e..478f369d 100644 --- a/examples/lm3s1968/lm3s1968.c +++ b/examples/lm3s1968/lm3s1968.c @@ -35,17 +35,17 @@ * \author Andrea Righi */ -#include -#include #include #include -#include #include #include #include #include #include +#include "cfg/compiler.h" +#include "cfg/cfg_gfx.h" + #include "hw/hw_lcd.h" #define PROC_STACK_SIZE KERN_MINSTACKSIZE * 2