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