Changeset 284 in xtideuniversalbios for trunk/Serial_Server/win32/Win32Serial.h


Ignore:
Timestamp:
Feb 29, 2012, 6:13:11 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Increased the width of the drive Model name that the boot menu display, better accomodating serial drives on auto detect which include the COM port and baud rate information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/win32/Win32Serial.h

    r258 r284  
    4646                log( -1, "Could not ConnectNamedPipe" );
    4747
    48             if( baudRate->divisor > 3 )
     48            if( baudRate->divisor > 0x80 )
    4949                log( -1, "Cannot simulate baud rates with hardware multipliers" );
    5050
Note: See TracChangeset for help on using the changeset viewer.