dist/tools/ethos: fix typo for compiling baud rate 230400
This commit is contained in:
parent
45b635f4c5
commit
41ffaed583
2
dist/tools/ethos/ethos.c
vendored
2
dist/tools/ethos/ethos.c
vendored
@ -324,7 +324,7 @@ static int _parse_baudrate(const char *arg, unsigned *baudrate)
|
|||||||
*baudrate = B115200;
|
*baudrate = B115200;
|
||||||
break;
|
break;
|
||||||
/* the following baudrates might not be available on all platforms */
|
/* the following baudrates might not be available on all platforms */
|
||||||
#ifdef B234000
|
#ifdef B230400
|
||||||
case_baudrate(230400);
|
case_baudrate(230400);
|
||||||
#endif
|
#endif
|
||||||
#ifdef B460800
|
#ifdef B460800
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user