mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
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:
@@ -48,16 +48,6 @@
|
|||||||
* Pre-processor Definitions
|
* 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 */
|
/* Friendlier names */
|
||||||
|
|
||||||
#define LCD_FULL_OFF (0)
|
#define LCD_FULL_OFF (0)
|
||||||
|
|||||||
Reference in New Issue
Block a user