Skip to content

Commit b28f5c9

Browse files
committed
Fix typos in stm32loader.py
1 parent 0048c4f commit b28f5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flash/stm32loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def _wait_for_ask(self, info = ""):
7272
# NACK
7373
raise CmdException("NACK "+info)
7474
else:
75-
# Unknow responce
76-
raise CmdException("Unknow response. "+info+": "+hex(ask))
75+
# Unknown response
76+
raise CmdException("Unknown response. "+info+": "+hex(ask))
7777

7878

7979
def reset(self):

0 commit comments

Comments
 (0)