2nd wave of r11105 checkin.2nd wave of r11105 checkin.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11106 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -108,7 +108,8 @@ ConvertBaud2Unix (
|
||||
{
|
||||
switch (BaudRate) {
|
||||
case 0:
|
||||
return B0;
|
||||
return 0; // Don't use B0 as it is also used in EFI #includes as a name so termios.h #define
|
||||
// can break the build.
|
||||
case 50:
|
||||
return B50;
|
||||
case 75:
|
||||
|
Reference in New Issue
Block a user