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