mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-19 05:53:45 +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;
|
case B230400: uiPortSpeed = 230400;
|
||||||
break;
|
break;
|
||||||
#ifdef B460800
|
#ifdef B460800
|
||||||
case 460800: uiPortSpeed = B460800;
|
case B460800: uiPortSpeed = 460800;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user