forked from Imagelibrary/rtems
lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and braces
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/fb.h>
|
#include <rtems/fb.h>
|
||||||
#include <rtems/framebuffer.h>
|
#include <rtems/framebuffer.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
static unsigned short int framebufferA[1024*768]
|
static unsigned short int framebufferA[1024*768]
|
||||||
__attribute__((aligned(32)));
|
__attribute__((aligned(32)));
|
||||||
|
|||||||
Reference in New Issue
Block a user