Skip to content
Snippets Groups Projects
Commit 0acdf32e authored by Roman's avatar Roman Committed by Lorenz Meier
Browse files

gps driver: removed unnecessary baud rate


Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent e6cbbac1
No related branches found
No related tags found
No related merge requests found
......@@ -510,8 +510,6 @@ int GPS::setBaudrate(unsigned baud)
int speed;
switch (baud) {
case 4800: speed = B4800; break;
case 9600: speed = B9600; break;
case 19200: speed = B19200; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment