aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.