mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Fix typo
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
*/
|
*/
|
||||||
#undef COMPRESERVE
|
#undef COMPRESERVE
|
||||||
|
|
||||||
#ifdef COMPRESERVE
|
#ifndef COMPRESERVE
|
||||||
#define COMSPEED 9600 /* Baud rate */
|
#define COMSPEED 9600 /* 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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user