We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a2cd4 commit 9b20f53Copy full SHA for 9b20f53
dist/tools/ethos/ethos.c
@@ -324,7 +324,7 @@ static int _parse_baudrate(const char *arg, unsigned *baudrate)
324
*baudrate = B115200;
325
break;
326
/* the following baudrates might not be available on all platforms */
327
- #ifdef B234000
+ #ifdef B230400
328
case_baudrate(230400);
329
#endif
330
#ifdef B460800
0 commit comments