summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-07-14 21:34:53 -0500
committerGitHub <noreply@github.com>2022-07-14 21:34:53 -0500
commit8d7748b1ad37bd7c4866145bc0d0ddfa3ef61139 (patch)
treec759942dcbffaa5d093c903600a85a61c3b01144
parent87da5f15ea314d53d97cee5f9fd13b4f83455256 (diff)
parent6f96e848c233abd39e12e15bcf1cd32f48331894 (diff)
downloadSensor-Watch-8d7748b1ad37bd7c4866145bc0d0ddfa3ef61139.tar.gz
Sensor-Watch-8d7748b1ad37bd7c4866145bc0d0ddfa3ef61139.tar.bz2
Sensor-Watch-8d7748b1ad37bd7c4866145bc0d0ddfa3ef61139.zip
Merge pull request #78 from tahnok/fix-python3-uf2
Replace python with python3 for calling uf2conv
-rw-r--r--make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.mk b/make.mk
index d8e2bf8a..dacce3fa 100644
--- a/make.mk
+++ b/make.mk
@@ -45,7 +45,7 @@ ifndef EMSCRIPTEN
CC = arm-none-eabi-gcc
OBJCOPY = arm-none-eabi-objcopy
SIZE = arm-none-eabi-size
-UF2 = python $(TOP)/utils/uf2conv.py
+UF2 = python3 $(TOP)/utils/uf2conv.py
CFLAGS += -W -Wall -Wextra -Wmissing-prototypes -Wmissing-declarations
CFLAGS += --std=gnu99 -Os