mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 15:17:13 +08:00
Protoization.
This commit is contained in:
@ -778,9 +778,7 @@ hardwire_setbaudrate (serial_t scb, int rate)
|
||||
}
|
||||
|
||||
static int
|
||||
hardwire_setstopbits (scb, num)
|
||||
serial_t scb;
|
||||
int num;
|
||||
hardwire_setstopbits (serial_t scb, int num)
|
||||
{
|
||||
struct hardwire_ttystate state;
|
||||
int newbit;
|
||||
|
Reference in New Issue
Block a user