From dd133ea338d22690110f479364ce16c5d657815b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Apr 2010 11:53:17 +0000 Subject: [PATCH] Shouldn't declare configuration errors in header file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2620 42af7a65-404d-4744-a932-0658087f49c3 --- include/nuttx/lcd.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/nuttx/lcd.h b/include/nuttx/lcd.h index fc26cd44d5..348815e149 100755 --- a/include/nuttx/lcd.h +++ b/include/nuttx/lcd.h @@ -48,16 +48,6 @@ * Pre-processor Definitions ****************************************************************************/ -/* Configuration ************************************************************/ - -#ifndef CONFIG_LCD_MAXPOWER -# error "CONFIG_LCD_MAXPOWER is not defined" -#endif - -#ifndef CONFIG_LCD_MAXCONTRAST -# error "CONFIG_LCD_MAXCONTRAST is not defined" -#endif - /* Friendlier names */ #define LCD_FULL_OFF (0)