forked from Archive/PX4-Autopilot
Fix <termios.h> for c++ use (cannot mark speed const)
This commit is contained in:
parent
2ac0cac11f
commit
7f22811afb
|
@ -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)*/
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue