fix typo of B460800
This commit is contained in:
parent
c452264a11
commit
580ae9537b
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user