VirtualBox

Changeset 73307 in vbox for trunk/src


Ignore:
Timestamp:
Jul 22, 2018 5:31:30 PM (7 years ago)
Author:
vboxsync
Message:

Serial: Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevSerialNew.cpp

    r73299 r73307  
    133133static UARTTYPE serialR3GetUartTypeFromString(const char *pszUartType)
    134134{
    135     if (!RTStrCmp(pszUartType, "15450"))
     135    if (!RTStrCmp(pszUartType, "16450"))
    136136        return UARTTYPE_16450;
    137     else if (!RTStrCmp(pszUartType, "15550A"))
     137    else if (!RTStrCmp(pszUartType, "16550A"))
    138138        return UARTTYPE_16550A;
    139139    else if (!RTStrCmp(pszUartType, "16750"))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette