summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-17 16:16:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-17 16:16:28 +0000
commitbdb3910fa1833282629470e039fe665fc0030527 (patch)
treea2afd3e989c74126e10f2046f268d508529caf7e /nuttx/configs/lm3s6965-ek
parent2b6d345ad32878d743958ce72ddb408469b8d3a1 (diff)
downloadpx4-nuttx-bdb3910fa1833282629470e039fe665fc0030527.tar.gz
px4-nuttx-bdb3910fa1833282629470e039fe665fc0030527.tar.bz2
px4-nuttx-bdb3910fa1833282629470e039fe665fc0030527.zip
Add support for LPCXpresso OLED
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3518 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/up_oled.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/up_oled.c b/nuttx/configs/lm3s6965-ek/src/up_oled.c
index e508de8de..8a26e1eb2 100755
--- a/nuttx/configs/lm3s6965-ek/src/up_oled.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_oled.c
@@ -2,7 +2,7 @@
* config/lm3s6965-ek/src/up_oled.c
* arch/arm/src/board/up_oled.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -88,7 +88,7 @@
* Name: up_nxdrvinit
*
* Description:
- * Called NX initialization logic to configure the OLED.
+ * Called by NX initialization logic to configure the OLED.
*
****************************************************************************/