aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-24 14:08:35 +0200
committerJoel Bodenmann <joel@unormal.org>2013-10-24 14:08:35 +0200
commitf3f7eba73cb199c0222440ea50052b77975f170a (patch)
treea8614c57ab8b27a7dd5e1fb46589c1617149c05b /drivers/gdisp
parent7a7e223d152b42553f7e6ce0220dd5d736b89c56 (diff)
downloaduGFX-f3f7eba73cb199c0222440ea50052b77975f170a.tar.gz
uGFX-f3f7eba73cb199c0222440ea50052b77975f170a.tar.bz2
uGFX-f3f7eba73cb199c0222440ea50052b77975f170a.zip
fixed board file name (all the others are upper case as well)
Diffstat (limited to 'drivers/gdisp')
-rw-r--r--drivers/gdisp/RA8875/gdisp_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/RA8875/gdisp_lld.c b/drivers/gdisp/RA8875/gdisp_lld.c
index b0508b58..fb81c43a 100644
--- a/drivers/gdisp/RA8875/gdisp_lld.c
+++ b/drivers/gdisp/RA8875/gdisp_lld.c
@@ -19,7 +19,7 @@
#include "gdisp/lld/gdisp_lld.h"
/* include the users board interface */
-#include "board_ra8875.h"
+#include "board_RA8875.h"
/*===========================================================================*/
/* Driver local definitions. */