Commit b3023836 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

libopencm3: Switch to Python3 fork

parent 05582446
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[submodule "libopencm3"]
	path = ext/libopencm3
	url = https://github.com/libopencm3/libopencm3.git
	url = https://github.com/derf/libopencm3.git
Original line number Diff line number Diff line
Subproject commit 24bef9c49eda109e92e926e065b246a71d454f2d
Subproject commit 8acd8fa592ecd5debf93208463d39688e98b9516
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ ext/libopencm3/Makefile:
	git submodule update --init

ext/libopencm3/lib/libopencm3_stm32f4.a: ext/libopencm3/Makefile
	find ext/libopencm3 -type f -exec sed -i 's/python$$/python3/' '{}' ';'
	${MAKE} -C ext/libopencm3

build/system.elf: ${OBJECTS} ext/libopencm3/lib/libopencm3_stm32f4.a