From d6b75429b25bec5f83cd9eb1db21a8337454d5a6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 29 Mar 2013 18:10:22 +0100 Subject: STMPE811 - initial --- drivers/gdisp/SSD2119/gdisp_lld.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gdisp') diff --git a/drivers/gdisp/SSD2119/gdisp_lld.c b/drivers/gdisp/SSD2119/gdisp_lld.c index a7ad7b1a..9e6fdb4f 100644 --- a/drivers/gdisp/SSD2119/gdisp_lld.c +++ b/drivers/gdisp/SSD2119/gdisp_lld.c @@ -55,15 +55,7 @@ /* Driver local functions. */ /*===========================================================================*/ -#if defined(GDISP_USE_CUSTOM_BOARD) && GDISP_USE_CUSTOM_BOARD - /* Include the user supplied board definitions */ - #include "gdisp_lld_board.h" -#elif defined(BOARD_EMBEST_DMSTF4BB) #include "gdisp_lld_board_embest_dmstf4bb.h" -#else - /* Include the user supplied board definitions */ - #include "gdisp_lld_board.h" -#endif // Some common routines and macros #define write_reg(reg, data) { write_index(reg); write_data(data); } -- cgit v1.2.3