diff --git a/serial.c b/serial.c index a64a51d3ebd81c5c40febf9f0156eabdf7644b28..7192e245ab30583cb4e575a1a8a007cc47cc0cef 100644 --- a/serial.c +++ b/serial.c @@ -64,6 +64,9 @@ struct baudentry { #define BAUDENTRY(baud) { B##baud, baud }, static const struct baudentry sp_baudtable[] = { +#ifdef B1200 + BAUDENTRY(1200) +#endif BAUDENTRY(9600) /* unconditional default */ #ifdef B19200 BAUDENTRY(19200)