mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 20:23:32 +08:00
Fix compiling warning for Win32.
This commit is contained in:
parent
0acf441836
commit
ef88241d8e
@ -54,9 +54,13 @@
|
|||||||
#define STOP_BITS_3 2
|
#define STOP_BITS_3 2
|
||||||
#define STOP_BITS_4 3
|
#define STOP_BITS_4 3
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#else
|
||||||
#define PARITY_NONE 0
|
#define PARITY_NONE 0
|
||||||
#define PARITY_ODD 1
|
#define PARITY_ODD 1
|
||||||
#define PARITY_EVEN 2
|
#define PARITY_EVEN 2
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BIT_ORDER_LSB 0
|
#define BIT_ORDER_LSB 0
|
||||||
#define BIT_ORDER_MSB 1
|
#define BIT_ORDER_MSB 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user