mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
s/typedef serial_t/struct serial */
This commit is contained in:
@ -127,7 +127,7 @@ static int sds_timeout = 2;
|
||||
that sds_open knows that we don't have a file open when the program
|
||||
starts. */
|
||||
|
||||
static serial_t sds_desc = NULL;
|
||||
static struct serial *sds_desc = NULL;
|
||||
|
||||
/* This limit comes from the monitor. */
|
||||
|
||||
|
Reference in New Issue
Block a user