david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Does anyone still use 9600 baud?

This commit is contained in:
Michael Brown 2006-08-27 01:39:11 +00:00
parent cab3f4502b
commit c46126bfa4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#undef COMPRESERVE
#ifndef COMPRESERVE
#define COMSPEED 9600 /* Baud rate */
#define COMSPEED 115200 /* Baud rate */
#define COMDATA 8 /* Data bits */
#define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */
#define COMSTOP 1 /* Stop bits */