mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Misspelled parity....
This commit is contained in:
parent
30ae4847ab
commit
50581b4c96
@ -70,7 +70,7 @@
|
|||||||
#define DEFAULT_BYTESIZE EIGHTBITS
|
#define DEFAULT_BYTESIZE EIGHTBITS
|
||||||
#endif
|
#endif
|
||||||
#ifndef DEFAULT_PARITY
|
#ifndef DEFAULT_PARITY
|
||||||
#define DEFAULT_PARITY PARTIY_NONE
|
#define DEFAULT_PARITY PARITY_NONE
|
||||||
#endif
|
#endif
|
||||||
#ifndef DEFAULT_STOPBITS
|
#ifndef DEFAULT_STOPBITS
|
||||||
#define DEFAULT_STOPBITS STOPBITS_ONE
|
#define DEFAULT_STOPBITS STOPBITS_ONE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user