summaryrefslogtreecommitdiff
path: root/supervisor/supervisor.mk
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2019-04-13 11:54:25 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2019-04-13 11:54:25 +0200
commiteeef5359f90fc3fa8b4b736d8f751b034a448167 (patch)
treed14f9181778f6115a99b27c7cbf68f667b0fb0aa /supervisor/supervisor.mk
parent9ace5c8ecfa6a7e54bdf49e5c235261399e32e17 (diff)
parentf8473f4a3917f7816fccd1be2a67041a7dfce5ef (diff)
Merge branch 'master' into gamepad-shift
Diffstat (limited to 'supervisor/supervisor.mk')
-rw-r--r--supervisor/supervisor.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk
index f94f19353..2d50e7a8b 100644
--- a/supervisor/supervisor.mk
+++ b/supervisor/supervisor.mk
@@ -101,7 +101,7 @@ autogen_usb_descriptor.intermediate: ../../tools/gen_usb_descriptor.py Makefile
--output_c_file $(BUILD)/autogen_usb_descriptor.c\
--output_h_file $(BUILD)/genhdr/autogen_usb_descriptor.h
-CIRCUITPY_DISPLAY_FONT ?= "../../tools/Tecate-bitmap-fonts/bitmap/terminus-font-4.39/ter-u12n.bdf"
+CIRCUITPY_DISPLAY_FONT ?= "../../tools/fonts/ter-u12n.bdf"
$(BUILD)/autogen_display_resources.c: ../../tools/gen_display_resources.py $(HEADER_BUILD)/qstrdefs.generated.h Makefile | $(HEADER_BUILD)
$(STEPECHO) "GEN $@"