mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +00:00
fix typo of B460800
This commit is contained in:
@@ -147,7 +147,7 @@ uint32_t rs232_get_speed(const serial_port sp)
|
||||
case B230400: uiPortSpeed = 230400;
|
||||
break;
|
||||
#ifdef B460800
|
||||
case 460800: uiPortSpeed = B460800;
|
||||
case B460800: uiPortSpeed = 460800;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user