summaryrefslogtreecommitdiffstats
path: root/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/serial.c b/serial.c
index a64a51d..7192e24 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)
OpenPOWER on IntegriCloud