Rename board files to lowercase

This commit is contained in:
Fred Sundvik 2017-07-10 10:48:02 +03:00 committed by Jack Humbert
parent 9d8279960d
commit 190b90892b
5 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "gdisp_lld_config.h"
#include "src/gdisp/gdisp_driver.h"
#include "board_IS31FL3731C.h"
#include "board_is31fl3731c.h"
// Can't include led_tables from here

View File

@ -13,7 +13,7 @@
#include "gdisp_lld_config.h"
#include "src/gdisp/gdisp_driver.h"
#include "board_ST7565.h"
#include "board_st7565.h"
/*===========================================================================*/
/* Driver local definitions. */