X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fsam3n-ek%2Ftemplates%2Fkernel%2Fmain.c;h=55740793672cf6bd61455fb8928faca897b5e3c4;hb=b6b7cb68fe5f979418b595c667bf714fee90b787;hp=c0119e7b884c9379c044b42088cc30e498a7e086;hpb=2d679b7709ab2993469ec3d0508a659619828372;p=bertos.git diff --git a/boards/sam3n-ek/templates/kernel/main.c b/boards/sam3n-ek/templates/kernel/main.c index c0119e7b..55740793 100644 --- a/boards/sam3n-ek/templates/kernel/main.c +++ b/boards/sam3n-ek/templates/kernel/main.c @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include @@ -58,7 +58,7 @@ static Bitmap lcd_bitmap; /* Raster associated to the Bitmap image */ static uint8_t raster[RAST_SIZE(LCD_WIDTH, LCD_HEIGHT)]; /* LCD spi context with DMA access */ -struct SpiDmaAt91 spi; +struct SpiDma spi; static void init(void) {