stc89: add missing output flush

This commit is contained in:
Grigori Goronzy 2016-05-14 21:37:27 +02:00
parent da5f6678c5
commit 61a4fa0e4f

View File

@ -1012,6 +1012,7 @@ class Stc89Protocol(StcBaseProtocol):
# check new baudrate
print("Switching to %d baud: " % self.baud_transfer, end="")
sys.stdout.flush()
brt, brt_csum, iap, delay = self.calculate_baud()
print("checking ", end="")
sys.stdout.flush()