From d7280d43821c750e6d8aa35ac6f26f811cc6890b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 24 Jul 2012 22:56:36 +0000 Subject: 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 --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3