aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-24 22:56:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-24 22:56:36 +0000
commitd7280d43821c750e6d8aa35ac6f26f811cc6890b (patch)
treef9293a2385b426204e0e8b9125660c6b22885755 /nuttx/ChangeLog
parentac6f7a722bd9bdb35e738b7fbbd1cd32d68b2373 (diff)
downloadpx4-firmware-d7280d43821c750e6d8aa35ac6f26f811cc6890b.tar.gz
px4-firmware-d7280d43821c750e6d8aa35ac6f26f811cc6890b.tar.bz2
px4-firmware-d7280d43821c750e6d8aa35ac6f26f811cc6890b.zip
Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4975 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d29c3db8..0ec8ffb8f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3062,4 +3062,7 @@
BOTHER is gone again.
* arch/arm/src/stm32/stm32_sdio.c and chip/stm32f20xx_pinmap.h: STM32 F2 SDIO
fixes from Gary Teravskis and Scott Rondestvedt.
+ * include/termios.h and lib/termios/*: Replace cfsetispeed and cfsetospeed with
+ cfsetspeed (with definitions for the input/outputs in termios.h). Same for
+ cfgetispeed and cfgetospeed.