Added missing define for B115200 on WIN32 platform

This commit is contained in:
Wayne Uroda 2012-01-04 10:36:28 +10:00 committed by Daniel Beer
parent f4de94bd46
commit ceaad88279
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ typedef HANDLE sport_t;
#endif
#define B9600 CBR_9600
#define B115200 CBR_115200
#define B460800 CBR_460800
#define B500000 CBR_500000