summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-05 08:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-05 08:54:37 -0600
commit563911cc68e814bcacaf7f841b5002cdd9e7a25f (patch)
tree42c7daecba7da82535ecdf060b6a47453221a230 /nuttx/configs
parentf092889d19ae4cc2c0c35e8ffb70ebe024e36c75 (diff)
downloadpx4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.tar.gz
px4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.tar.bz2
px4-nuttx-563911cc68e814bcacaf7f841b5002cdd9e7a25f.zip
SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sam4l-xplained/src/sam_userleds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/sam4l-xplained/src/sam_userleds.c b/nuttx/configs/sam4l-xplained/src/sam_userleds.c
index bf77e2c7f..7a2c45efc 100644
--- a/nuttx/configs/sam4l-xplained/src/sam_userleds.c
+++ b/nuttx/configs/sam4l-xplained/src/sam_userleds.c
@@ -41,7 +41,8 @@
* PC07 to GND.
*
* When CONFIG_ARCH_LEDS is defined in the NuttX configuration, NuttX will
- * control LED0. Otherwise, LED0 can be controlled from logic in this file.
+ * control LED0. Otherwise, LED0 can be controlled from user applications
+ * using the logic in this file.
*/
/****************************************************************************