From 6205dd445cba5650c9e530dba1b41a97f1914694 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 18 Jul 2022 15:28:16 +0200 Subject: [PATCH] tools: Use Python3 to run tools. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 716affc3e..a64486893 100755 --- a/src/Makefile +++ b/src/Makefile @@ -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