From b876f0fd523cbdc329fd0e6bacbbb662a6968231 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 16 Nov 2012 09:09:50 +0100 Subject: [PATCH] removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for Nokia6610 driver --- drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h b/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h index 2f013913..0d4ede73 100644 --- a/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h @@ -18,10 +18,6 @@ along with this program. If not, see . */ -#if !defined(GDISP_USE_SPI) - #error "GDISP_USE_SPI must be defined for the board" -#endif - /** * @file drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h * @brief GDISP Graphic Driver subsystem board interface for the Olimex SAM7-EX256 board.