summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src/up_boot.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-16 16:52:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-16 16:52:04 +0000
commit694de4eb08b74ddea49c85716f452ddd33a15925 (patch)
treee7ce99f5070575f1a12ebb767c544db78f323f2c /nuttx/configs/lm3s6965-ek/src/up_boot.c
parent5634f4a9b27ec9601e8dc807dd54bc26f06f1cf6 (diff)
downloadpx4-nuttx-694de4eb08b74ddea49c85716f452ddd33a15925.tar.gz
px4-nuttx-694de4eb08b74ddea49c85716f452ddd33a15925.tar.bz2
px4-nuttx-694de4eb08b74ddea49c85716f452ddd33a15925.zip
Misc OLED-related bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2681 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src/up_boot.c')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/up_boot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/up_boot.c b/nuttx/configs/lm3s6965-ek/src/up_boot.c
index 2a3d59389..3fb75cf54 100755
--- a/nuttx/configs/lm3s6965-ek/src/up_boot.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_boot.c
@@ -45,6 +45,7 @@
#include <arch/board/board.h>
#include "up_arch.h"
+#include "up_internal.h"
#include "lm3s6965ek_internal.h"
/************************************************************************************
@@ -74,7 +75,7 @@ void lm3s_boardinitialize(void)
* lm3s_ssiinitialize() has been brought into the link.
*/
- /* The LM3S6965 Eval Kit microSD CS and OLED are on SSI0 */
+ /* The LM3S6965 Eval Kit microSD CS and OLED are on SSI0 (Duh! There is no SSI1) */
#if !defined(CONFIG_SSI0_DISABLE) /* || !defined(CONFIG_SSI1_DISABLE) */
if (lm3s_ssiinitialize)