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:
parent
fead704f62
commit
dd133ea338
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user