1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4905 from OlegHahm/goodfet_fix

tools: goodfet fix
This commit is contained in:
Hauke Petersen 2016-03-01 23:32:07 +01:00
commit 72fb1790c0

View File

@ -1307,7 +1307,7 @@ goodfet.bsl -e -p foo.hex
self.bslTxRx(self.BSL_CHANGEBAUD, #Command: change baudrate
a, l) #args are coded in adr and len
time.sleep(0.010) #recomended delay
self.serialport.setBaudrate(baudrate)
self.serialport.baudrate = baudrate
def actionReadBSLVersion(self):
"""informational output of BSL version number.