diff options
author | Andrew Scheller <github@loowis.durge.org> | 2014-04-10 02:07:55 +0100 |
---|---|---|
committer | Andrew Scheller <github@loowis.durge.org> | 2014-04-10 02:07:55 +0100 |
commit | fec6f018ee63da9930a5b3db157ee5f544283fee (patch) | |
tree | b58ba65cd565cad922bf17813daff2460c2aa454 | |
parent | e9db8404804f2eed07eb0a6190f73ae21e0dc43c (diff) | |
download | micropython-fec6f018ee63da9930a5b3db157ee5f544283fee.tar.gz micropython-fec6f018ee63da9930a5b3db157ee5f544283fee.zip |
Tweak pybcdc.inf to match recent changes to pybcdc.h
-rwxr-xr-x | stmhal/pybcdc.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/pybcdc.inf b/stmhal/pybcdc.inf index 372c313e98..eb04b65cee 100755 --- a/stmhal/pybcdc.inf +++ b/stmhal/pybcdc.inf @@ -77,10 +77,10 @@ ServiceBinary=%12%\usbser.sys [SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
-%DESCRIPTION%=DriverInstall, USB\VID_0483&PID_5740&MI_00
+%DESCRIPTION%=DriverInstall, USB\VID_0483&PID_5740&MI_00, USB\VID_0483&PID_5740&MI_01
[DeviceList.NTamd64]
-%DESCRIPTION%=DriverInstall, USB\VID_0483&PID_5740&MI_00
+%DESCRIPTION%=DriverInstall, USB\VID_0483&PID_5740&MI_00, USB\VID_0483&PID_5740&MI_01
;---------------------------------------------------------------------
; String Definitions
|