Fix <termios.h> for c++ use (cannot mark speed const)

This commit is contained in:
px4dev
2012-11-30 21:50:55 -08:00
parent 2ac0cac11f
commit 7f22811afb
+1 -1
View File
@@ -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)*/
};
/****************************************************************************