We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610b699 commit 18eea4cCopy full SHA for 18eea4c
include/sys/termios.h
@@ -80,7 +80,9 @@
80
#define CBAUD 0x1F /** Use baud rates defined by B0-B38400 macros. */
81
#define CBAUDEX (1u << 4) /** Use baud rates defined by B57600-B4000000 macros. */
82
#define BOTHER CBAUDEX /** Custom baud rate */
83
+#ifndef ARDUINO
84
#define B0 0 /** Autobaud */
85
+#endif
86
#define B50 1
87
#define B75 2
88
#ifndef ARDUINO
0 commit comments