lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and braces

This commit is contained in:
Joel Sherrill
2017-04-05 11:15:14 -05:00
parent 9b91c84cee
commit 6b5fd3a353

View File

@@ -22,6 +22,7 @@
#include <rtems/libio.h>
#include <rtems/fb.h>
#include <rtems/framebuffer.h>
#include <rtems/bspIo.h>
static unsigned short int framebufferA[1024*768]
__attribute__((aligned(32)));