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
This commit is contained in:
patacongo 2010-04-20 11:53:17 +00:00
parent fead704f62
commit dd133ea338

View File

@ -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)