mirror of https://github.com/ARMmbed/mbed-os.git
On certain machines the USB interface is slower: keep a safer delay
after the copypull/1/head
parent
649c53f46d
commit
da75686e1d
|
@ -86,7 +86,7 @@ if __name__ == '__main__':
|
||||||
if options.disk:
|
if options.disk:
|
||||||
# Simple copy to the mbed disk
|
# Simple copy to the mbed disk
|
||||||
copy(bin, options.disk)
|
copy(bin, options.disk)
|
||||||
sleep(1)
|
sleep(2)
|
||||||
|
|
||||||
if options.serial:
|
if options.serial:
|
||||||
serial = Serial(options.serial, timeout = 1)
|
serial = Serial(options.serial, timeout = 1)
|
||||||
|
|
Loading…
Reference in New Issue