aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
commit860e5f0524a79a3fc7c776d925d1e73066b7f78d (patch)
treebb4458f7418421ec9bf27c39b16571172099b2b3 /nuttx/ChangeLog
parent8345d911e0e4f6e6dcbc4728325fb7ef0b8dadd8 (diff)
downloadpx4-firmware-860e5f0524a79a3fc7c776d925d1e73066b7f78d.tar.gz
px4-firmware-860e5f0524a79a3fc7c776d925d1e73066b7f78d.tar.bz2
px4-firmware-860e5f0524a79a3fc7c776d925d1e73066b7f78d.zip
The termios c_speed field cannot be 'const'
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5234 42af7a65-404d-4744-a932-0658087f49c3
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 971e9ff9b..ad6521a9e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3474,4 +3474,7 @@
board (Darcy Gong).
* configs/shenzhou/thttpd: Add a THTTPD configuration for the
Shenzhou board (Darcy Gong).
+ * include/termios.h and lib/termios/libcf*speed.c: The non-standard,
+ "hidden" c_speed cannot be type const or else static instantiations
+ of termios will be required to initialize it (Mike Smith).