Wait for 400ms after touching serial port (fix SAM-BA issue)

This commit is contained in:
Ivan Kravets
2017-08-01 00:12:05 +03:00
parent cd5b88dd1f
commit 861659e890

View File

@ -48,6 +48,7 @@ def TouchSerialPort(env, port, baudrate):
s.close()
except: # pylint: disable=W0702
pass
sleep(0.4)
def WaitForNewSerialPort(env, before):