summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-18 14:53:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-18 14:53:10 -0600
commite828361508984dd04c13be036cfad84e53ba0b40 (patch)
treefc03c8e1d26fd318858885ae52a9ae55503e23e8
parent0ed63e23493fe94f59f0f4b27720efc69a17d8b7 (diff)
downloadpx4-nuttx-e828361508984dd04c13be036cfad84e53ba0b40.tar.gz
px4-nuttx-e828361508984dd04c13be036cfad84e53ba0b40.tar.bz2
px4-nuttx-e828361508984dd04c13be036cfad84e53ba0b40.zip
SAM3U-EK LCD: Correct LCD configuration
-rw-r--r--nuttx/configs/sam3u-ek/src/up_lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_lcd.c b/nuttx/configs/sam3u-ek/src/up_lcd.c
index 5d4ad5343..050eb1ff0 100644
--- a/nuttx/configs/sam3u-ek/src/up_lcd.c
+++ b/nuttx/configs/sam3u-ek/src/up_lcd.c
@@ -906,7 +906,7 @@ int up_lcdinitialize(void)
/* Configure LCD Backlight Pin */
- sam_configgpio(GPIO_LCD_D15);
+ sam_configgpio(GPIO_LCD_BKL);
/* Enable SMC peripheral clock */