Commit dc4ccfe6 authored by Timothy Pearson's avatar Timothy Pearson

Add missing 1200 serial baud rate under Linux

parent 564860d4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment