Merge pull request #510 from g-oikonomou/bugfix/tools/baudrates

Add missing case statement
This commit is contained in:
Simon Duquennoy 2018-05-12 22:42:06 +02:00 committed by GitHub
commit 3f2d3ebc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ select_baudrate(int baudrate) {
return B115200;
#endif
#ifdef B230400
case 230400:
return B230400;
#endif
#ifdef B460800