fixed board file name (all the others are upper case as well)

This commit is contained in:
Joel Bodenmann 2013-10-24 14:08:35 +02:00
parent 7a7e223d15
commit f3f7eba73c

View File

@ -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. */