* array-rom.c: Remove, no longer used.
* remote-hms.c (hms_open): Make static. * mpw-config.in (MacSerial.h): Copy from version in {CIncludes}, not {MPW}Interfaces:CIncludes. * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
This commit is contained in:
parent
e0151f38e1
commit
e33c359dcb
5 changed files with 19 additions and 133 deletions
|
@ -248,7 +248,7 @@ static struct {
|
|||
int bits;
|
||||
} mac_baud_rate_table[] = {
|
||||
{ 57600, baud57600 },
|
||||
{ 38400, 2 /* ??? */ },
|
||||
{ 38400, 1 },
|
||||
{ 19200, baud19200 },
|
||||
{ 9600, baud9600 },
|
||||
{ 7200, baud7200 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue