mirror of https://github.com/ARMmbed/mbed-os.git
Host test plugins: removed usused extra_baud parameter from serial port initialization
parent
7d5d0d116c
commit
e984b51e49
|
@ -100,7 +100,7 @@ class Mbed:
|
||||||
self.timeout = self.DEFAULT_TOUT if self.options.timeout is None else self.options.timeout
|
self.timeout = self.DEFAULT_TOUT if self.options.timeout is None else self.options.timeout
|
||||||
print 'Host test instrumentation on port: "%s" and disk: "%s"' % (self.port, self.disk)
|
print 'Host test instrumentation on port: "%s" and disk: "%s"' % (self.port, self.disk)
|
||||||
|
|
||||||
def init_serial(self, baud=9600, extra_baud=9600):
|
def init_serial(self, baud=9600):
|
||||||
""" Initialize serial port. Function will return error is port can't be opened or initialized
|
""" Initialize serial port. Function will return error is port can't be opened or initialized
|
||||||
"""
|
"""
|
||||||
result = True
|
result = True
|
||||||
|
|
Loading…
Reference in New Issue