Skip to content
Snippets Groups Projects
Commit dd133ea3 authored by patacongo's avatar patacongo
Browse files

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
parent fead704f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment