A couple of include paths need fixing

ugfx_release_2.6
inmarket 2014-02-19 12:25:51 +10:00
parent 14fa749f36
commit c3dcfc5764
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
/* Driver local functions. */
/*===========================================================================*/
#include "../drivers/gdisp/HX8347D/HX8347D.h"
#include "drivers/gdisp/HX8347D/HX8347D.h"
#define write_reg(g, reg, data) { write_index(g, reg); write_data(g, data); }

View File

@ -47,7 +47,7 @@
#define GDISP_INITIAL_BACKLIGHT 100
#endif
#include "../drivers/gdisp/ILI9341/ILI9341.h"
#include "drivers/gdisp/ILI9341/ILI9341.h"
/*===========================================================================*/
/* Driver local functions. */