diff options
Diffstat (limited to 'unix/modtermios.c')
-rw-r--r-- | unix/modtermios.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/modtermios.c b/unix/modtermios.c index a70edf5bf4..94074e1d00 100644 --- a/unix/modtermios.c +++ b/unix/modtermios.c @@ -136,8 +136,12 @@ STATIC const mp_rom_map_elem_t mp_module_termios_globals_table[] = { C(TCSANOW), C(B9600), + #ifdef B57600 C(B57600), + #endif + #ifdef B115200 C(B115200), + #endif #undef C }; |