From f3f7eba73cb199c0222440ea50052b77975f170a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 24 Oct 2013 14:08:35 +0200 Subject: [PATCH] fixed board file name (all the others are upper case as well) --- drivers/gdisp/RA8875/gdisp_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */