mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
tools: Use Python3 to run tools.
This commit is contained in:
parent
3b14278431
commit
6205dd445c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user