1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Misspelled parity....

This commit is contained in:
William Woodall 2011-03-24 11:02:41 -05:00
parent 30ae4847ab
commit 50581b4c96

View File

@ -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