summaryrefslogtreecommitdiff
path: root/nuttx/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/termios.h')
-rw-r--r--nuttx/include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/termios.h b/nuttx/include/termios.h
index e381814e3..2e1c38fc2 100644
--- a/nuttx/include/termios.h
+++ b/nuttx/include/termios.h
@@ -230,7 +230,7 @@ struct termios
* cf[set|get][o|i]speed() POSIX interfaces.
*/
- const speed_t c_speed; /* Input/output speed (non-POSIX)*/
+ speed_t c_speed; /* Input/output speed (non-POSIX)*/
};
/****************************************************************************