summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 19:34:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 19:34:14 +0000
commit855c03f81973c9c8b4f8eaa6e612a1fdac1188f7 (patch)
tree22653d34be41c61ae4b0fe6459e66b4d2e7624d2 /nuttx/configs
parenteac348a697436ceec946239162a85abdd1fd5b7d (diff)
downloadpx4-nuttx-855c03f81973c9c8b4f8eaa6e612a1fdac1188f7.tar.gz
px4-nuttx-855c03f81973c9c8b4f8eaa6e612a1fdac1188f7.tar.bz2
px4-nuttx-855c03f81973c9c8b4f8eaa6e612a1fdac1188f7.zip
Fixes to build with DEBUG enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2673 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nx/defconfig1
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/up_oled.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nx/defconfig b/nuttx/configs/lm3s6965-ek/nx/defconfig
index 2b425b4e2..681bc85d6 100755
--- a/nuttx/configs/lm3s6965-ek/nx/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nx/defconfig
@@ -281,6 +281,7 @@ CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
CONFIG_DEBUG_GRAPHICS=n
+CONFIG_LCD_RITDEBUG=n
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200
diff --git a/nuttx/configs/lm3s6965-ek/src/up_oled.c b/nuttx/configs/lm3s6965-ek/src/up_oled.c
index 17b9c2232..10d467a58 100755
--- a/nuttx/configs/lm3s6965-ek/src/up_oled.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_oled.c
@@ -89,7 +89,7 @@ FAR struct lcd_dev_s *up_nxdrvinit(unsigned int devno)
dev = rit_initialize(spi, devno);
if (!dev)
{
- glldbg("Failed to bind SPI port 0 to OLED %d: %d\n", ret, devno);
+ glldbg("Failed to bind SPI port 0 to OLED %d: %d\n", devno);
}
else
{