fixed problem in last 2 commits with windows bat for STM32 com

This commit is contained in:
Roger Clark 2016-11-29 15:17:01 +11:00
parent dbcba3e012
commit 794d078de0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
@echo off
echo Installing STM Serial driver...
"%~dp0wdi-simple" --vid 0x0483 --pid 0x5740 --type 3 --name "STM Serial" --dest "%~dp0maple-serial"
echo.
pause