summaryrefslogtreecommitdiff
path: root/nuttx/include/termios.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 13:35:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 13:35:36 +0000
commitf5ab5978905faf5b9bd81c2c2463a25cd75325ae (patch)
tree4db514dfbab62d4ddf161d71cf1c409646cdedb7 /nuttx/include/termios.h
parent79a649dfb7f8673a4150bfdabcf32826619de326 (diff)
downloadnuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.tar.gz
nuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.tar.bz2
nuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.zip
Add PM support for the STM32F4Discovery -- still a work in progress
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4976 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/termios.h')
-rw-r--r--nuttx/include/termios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/termios.h b/nuttx/include/termios.h
index 4398b6449..e381814e3 100644
--- a/nuttx/include/termios.h
+++ b/nuttx/include/termios.h
@@ -247,8 +247,8 @@ extern "C" {
/* The cfgetspeed() function is a non-POSIX function will extract the baud
* from the termios structure to which the termiosp argument points. NuttX
* does not control input/output baud independently. Both must be the same.
- * The POSIX standard interfaces, cfisetispeed() and cfisetospeed() are
- * supported by simply defining them to be cfsetspeed().
+ * The POSIX standard interfaces, cfigetispeed() and cfigetospeed() are
+ * supported by simply defining them to be cfgetspeed().
*/
EXTERN speed_t cfgetspeed(FAR const struct termios *termiosp);