summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-20 18:07:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-20 18:07:32 -0600
commitf77d056a3de7d4134928b85df15caa6c8a703fe9 (patch)
tree0e220f0bb5a176d9b6b462a74ad6d2d8d0b5ea3b /nuttx/include
parentec751e5177a7be9077132228aac669db1216bcf4 (diff)
downloadpx4-nuttx-f77d056a3de7d4134928b85df15caa6c8a703fe9.tar.gz
px4-nuttx-f77d056a3de7d4134928b85df15caa6c8a703fe9.tar.bz2
px4-nuttx-f77d056a3de7d4134928b85df15caa6c8a703fe9.zip
Trivial update to comments
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/board.h b/nuttx/include/nuttx/board.h
index ef59d85a9..1a9508b3b 100644
--- a/nuttx/include/nuttx/board.h
+++ b/nuttx/include/nuttx/board.h
@@ -143,7 +143,8 @@ void board_initialize(void);
* board-specific initialization logic. But there are a few architectures
* where this initialization function is still called from common chip
* architecture logic. This interface is not, however, a common board
- * interface in any event.
+ * interface in any event and, hence, the usage of the name
+ * board_led_initialize is deprecated.
*
* WARNING: This interface name will eventually be removed; do not use it
* in new board ports. New implementations should use the naming