Skip to content

Commit 9b20f53

Browse files
committed
dist/tools/ethos: fix typo for compiling baud rate 230400
1 parent 50a2cd4 commit 9b20f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/tools/ethos/ethos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static int _parse_baudrate(const char *arg, unsigned *baudrate)
324324
*baudrate = B115200;
325325
break;
326326
/* the following baudrates might not be available on all platforms */
327-
#ifdef B234000
327+
#ifdef B230400
328328
case_baudrate(230400);
329329
#endif
330330
#ifdef B460800

0 commit comments

Comments
 (0)