X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fmain.c;h=8e5fb7826052bda9b9cf54a2dd415de3f11d6c48;hb=f6583713e24d19800f93733fb5adba6a8408b6f5;hp=698992fee2962843f29b5cd5cba8ece32ee6a573;hpb=a789aba228ab4ed5e1831d6dc19de5ae20baa38e;p=bertos.git diff --git a/boards/sam3n-ek/templates/empty/main.c b/boards/sam3n-ek/templates/empty/main.c index 698992fe..8e5fb782 100644 --- a/boards/sam3n-ek/templates/empty/main.c +++ b/boards/sam3n-ek/templates/empty/main.c @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include @@ -56,7 +56,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) {