Ticket #27028: patch-picocom.c.diff
File patch-picocom.c.diff, 483 bytes (added by ranauei@…, 14 years ago) |
---|
-
picocom.c
old new 455 455 if ( baud > 115200 ) 456 456 baud = 115200; 457 457 #else 458 if ( baud > 921600 )459 baud = 921600;458 if ( baud > 230400 ) 459 baud = 230400; 460 460 #endif 461 461 462 462 return baud; … … 469 469 if ( baud > 115200 ) 470 470 baud = 115200; 471 471 #else 472 if ( baud > 921600 )473 baud = 921600;472 if ( baud > 230400 ) 473 baud = 230400; 474 474 #endif 475 475 else if ( baud == 57600 ) 476 476 baud = 38400;