summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 11:53:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 11:53:17 +0000
commit4a6d3bdf4c1e6e786594a6adf846a3e310e86178 (patch)
tree420638ca1fb4ac8ac7ce944d90233c1bbc73fbcd
parent6ea53310e8e8a3368169142116491f45a0195dc2 (diff)
downloadpx4-nuttx-4a6d3bdf4c1e6e786594a6adf846a3e310e86178.tar.gz
px4-nuttx-4a6d3bdf4c1e6e786594a6adf846a3e310e86178.tar.bz2
px4-nuttx-4a6d3bdf4c1e6e786594a6adf846a3e310e86178.zip
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
-rwxr-xr-xnuttx/include/nuttx/lcd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nuttx/include/nuttx/lcd.h b/nuttx/include/nuttx/lcd.h
index fc26cd44d..348815e14 100755
--- a/nuttx/include/nuttx/lcd.h
+++ b/nuttx/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)