dist/tools/ethos: fix typo for compiling baud rate 230400

This commit is contained in:
Thomas Stilwell 2019-11-11 16:40:33 -06:00 committed by Benjamin Valentin
parent 45b635f4c5
commit 41ffaed583

View File

@ -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