* remote-array.c: Remove bogus setting of baudrate to 4800. Their
hardware has real UARTS now.
This commit is contained in:
parent
93fac32455
commit
1e11d889d0
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Dec 15 13:18:55 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
||||||
|
|
||||||
|
* remote-array.c: Remove bogus setting of baudrate to 4800. Their
|
||||||
|
hardware has real UARTS now.
|
||||||
|
|
||||||
Mon Dec 11 18:19:16 1995 Stan Shebs <shebs@andros.cygnus.com>
|
Mon Dec 11 18:19:16 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* configure.in (powerpc-*-macos*): New target configuration.
|
* configure.in (powerpc-*-macos*): New target configuration.
|
||||||
|
|
|
@ -1419,6 +1419,4 @@ void
|
||||||
_initialize_array ()
|
_initialize_array ()
|
||||||
{
|
{
|
||||||
add_target (&array_ops);
|
add_target (&array_ops);
|
||||||
baud_rate = 4800; /* this is the only supported baud rate */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue