[rtems commit] lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and braces
Joel Sherrill
joel at rtems.org
Wed Apr 5 14:26:49 UTC 2017
Module: rtems
Branch: master
Commit: 6b5fd3a353b2ae9adfe22cf8930d8cbc2096c30c
Changeset: http://git.rtems.org/rtems/commit/?id=6b5fd3a353b2ae9adfe22cf8930d8cbc2096c30c
Author: Joel Sherrill <joel at rtems.org>
Date: Wed Apr 5 11:15:14 2017 -0500
lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and braces
---
c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c b/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
index 377ada9..6bd6e1b 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
@@ -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)));
More information about the vc
mailing list