--- rpl/src/instructions_o1.c 2020/04/06 13:07:45 1.102 +++ rpl/src/instructions_o1.c 2020/04/06 14:24:00 1.103 @@ -3890,6 +3890,24 @@ instruction_open(struct_processus *s_eta #ifdef B230400 "230400", #endif +#ifdef B460800 + "460800", +#endif +#ifdef B500000 + "500000", +#endif +#ifdef B576000 + "576000", +#endif +#ifdef B921600 + "921600", +#endif +#ifdef B1000000 + "1000000", +#endif +#ifdef B1152000 + "1152000", +#endif NULL }; tcflag_t vitesses_constantes[] = { B50, B75, B110, B134, B150, B200, B300, B600, @@ -3903,6 +3921,24 @@ instruction_open(struct_processus *s_eta #ifdef B230400 B230400, #endif +#ifdef B460800 + B460800, +#endif +#ifdef B500000 + B500000, +#endif +#ifdef B576000 + B576000, +#endif +#ifdef B921600 + B921600, +#endif +#ifdef B1000000 + B1000000, +#endif +#ifdef B1152000 + B1152000, +#endif 0 }; unsigned int vitesse_courante;