fixed board file name (all the others are upper case as well)
This commit is contained in:
parent
7a7e223d15
commit
f3f7eba73c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
#include "gdisp/lld/gdisp_lld.h"
|
#include "gdisp/lld/gdisp_lld.h"
|
||||||
|
|
||||||
/* include the users board interface */
|
/* include the users board interface */
|
||||||
#include "board_ra8875.h"
|
#include "board_RA8875.h"
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue