mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* serial.h ser-go32.c ser-go32-para.c ser-mac.c ser-tcp.c
ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits (needed for IDP board?!?!?).
This commit is contained in:
@@ -246,6 +246,14 @@ mac_set_baud_rate (scb, rate)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
mac_set_stop_bits (scb, num)
|
||||
serial_t scb;
|
||||
int num;
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int first_mac_write = 0;
|
||||
|
||||
static int
|
||||
@@ -322,6 +330,7 @@ static struct serial_ops mac_ops =
|
||||
mac_print_tty_state,
|
||||
mac_noflush_set_tty_state,
|
||||
mac_set_baud_rate,
|
||||
mac_set_stop_bits,
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user