1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Added 230400, 460800 & 921600 #defines for windows

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2721 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
pip 2011-02-04 15:47:21 +00:00 committed by pip
parent 59a8b90653
commit 14505ed9dc

View File

@ -5,6 +5,12 @@
#include <QRegExp>
#include "qextserialport.h"
#if (defined Q_OS_WIN)
#define CBR_230400 230400
#define CBR_460800 460800
#define CBR_921600 921600
#endif
void QextSerialPort::platformSpecificInit()
{
Win_Handle=INVALID_HANDLE_VALUE;