Host test plugins: removed usused extra_baud parameter from serial port initialization

pull/719/head
Przemek Wirkus 2014-10-29 14:02:16 +00:00
parent 7d5d0d116c
commit e984b51e49
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Mbed:
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)
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
"""
result = True