Skip to content

Commit 03137f0

Browse files
committed
tools/xmc-flasher.py: Fix typo.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent f42448a commit 03137f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/xmc-flasher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def check_mem(device, port, enable_update):
196196
logging.info(f"Flash size is: {int(flash_size)}kB.")
197197
# special case for XMC2GO-32kB variant, bypass check
198198
if "XMC1100" in device and int(flash_size) == 32:
199-
logging.warning("XMC2GO 32kB varaint detected!")
199+
logging.warning("XMC2GO 32kB variant detected!")
200200
return
201201
#compare with selected device
202202
if not flash_size == device.split('-')[1]:

0 commit comments

Comments
 (0)