Effecively disabled the code that waits for serial device re-enumeration

See http://stm32duino.com/viewtopic.php?f=35&t=1251
This commit is contained in:
Roger Clark 2016-07-16 09:15:32 +10:00 committed by GitHub
parent ea6ec1d0aa
commit 8c6f302e9c
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#!/bin/bash #!/bin/bash
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
exit 0
## Remove the lines 2 and 3 (above) if you want this script to wait until the Serial device has been enumerated and loaded before the script exits
# Check for leaf device. # Check for leaf device.
function leaf_status() function leaf_status()