fix typo of B460800

This commit is contained in:
Roel Verdult 2009-09-21 18:15:17 +00:00
parent c452264a11
commit 580ae9537b

View file

@ -147,7 +147,7 @@ uint32_t rs232_get_speed(const serial_port sp)
case B230400: uiPortSpeed = 230400; case B230400: uiPortSpeed = 230400;
break; break;
#ifdef B460800 #ifdef B460800
case 460800: uiPortSpeed = B460800; case B460800: uiPortSpeed = 460800;
break; break;
#endif #endif
} }