serial.c: OpenBSD doesn't have B460800.

This commit is contained in:
Uwe Hermann 2013-01-19 15:55:22 +01:00
parent 262dd3e47d
commit b97cbca6c9
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ SR_PRIV int serial_set_params(struct sr_serial_dev_inst *serial, int baudrate,
case 230400:
baud = B230400;
break;
#ifndef __APPLE__
#if !defined(__APPLE__) && !defined(__OpenBSD__)
case 460800:
baud = B460800;
break;