mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Does anyone still use 9600 baud?
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
#undef COMPRESERVE
|
#undef COMPRESERVE
|
||||||
|
|
||||||
#ifndef COMPRESERVE
|
#ifndef COMPRESERVE
|
||||||
#define COMSPEED 9600 /* Baud rate */
|
#define COMSPEED 115200 /* Baud rate */
|
||||||
#define COMDATA 8 /* Data bits */
|
#define COMDATA 8 /* Data bits */
|
||||||
#define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */
|
#define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */
|
||||||
#define COMSTOP 1 /* Stop bits */
|
#define COMSTOP 1 /* Stop bits */
|
||||||
|
|||||||
Reference in New Issue
Block a user