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

Bugfix: swapped ProductID in the USB constants!!

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3113 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-03-31 20:16:40 +00:00 committed by edouard
parent da76192e47
commit ae32af82b1

View File

@ -118,8 +118,8 @@ public:
enum USBConstants {
idVendor_OpenPilot = 0x20a0,
idProduct_OpenPilot = 0x415a,
idProduct_PipXtreme = 0x415b,
idProduct_CopterControl = 0x415c
idProduct_CopterControl = 0x415b,
idProduct_PipXtreme = 0x415c
};
static USBMonitor *instance();