tools: Use Python3 to run tools.

This commit is contained in:
iabdalkader 2022-07-18 15:28:16 +02:00
parent 3b14278431
commit 6205dd445c

View File

@ -27,7 +27,7 @@ SIZE = $(Q)arm-none-eabi-size
STRIP = $(Q)arm-none-eabi-strip -s
OBJCOPY = $(Q)arm-none-eabi-objcopy
OBJDUMP = $(Q)arm-none-eabi-objdump
PYTHON = $(Q)python
PYTHON = $(Q)python3
MKDFU = micropython/tools/dfu.py
PYDFU = $(Q)../tools/pydfu.py
MKDIR = $(Q)mkdir