aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-25 13:35:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-25 13:35:36 +0000
commitca8620083e4f2c28d7b65d97880a42d1d68d1700 (patch)
tree4db514dfbab62d4ddf161d71cf1c409646cdedb7 /nuttx/include
parentd7280d43821c750e6d8aa35ac6f26f811cc6890b (diff)
downloadpx4-firmware-ca8620083e4f2c28d7b65d97880a42d1d68d1700.tar.gz
px4-firmware-ca8620083e4f2c28d7b65d97880a42d1d68d1700.tar.bz2
px4-firmware-ca8620083e4f2c28d7b65d97880a42d1d68d1700.zip
Add PM support for the STM32F4Discovery -- still a work in progress
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4976 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-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);