1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Rename USB Constants that map product to PID, changes PipX to OPLM

This commit is contained in:
David Ankers 2013-05-26 16:37:33 +10:00
parent 9cc314f7db
commit 9f44e588f7

View File

@ -116,7 +116,7 @@ public:
idVendor_OpenPilot = 0x20a0,
idProduct_OpenPilot = 0x415a,
idProduct_CopterControl = 0x415b,
idProduct_PipXtreme = 0x415c
idProduct_OPLinkMini = 0x415c
};
static USBMonitor *instance();