summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorhexthat <hexthat@gmail.com>2019-04-11 12:17:34 -0700
committerScott Shawcroft <scott@tannewt.org>2019-04-12 12:55:55 -0700
commita123cdc5acf22543a82d861d08ee8ad8483f1605 (patch)
treef6c44210b775814046457764a41071af0ceb638d /supervisor
parentf36572f322f9d3c8029f217847927fc3aa8d0827 (diff)
Update supervisor.mk
Diffstat (limited to 'supervisor')
-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..b56249406 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/default-font/new-ter-u12n.bdf"
$(BUILD)/autogen_display_resources.c: ../../tools/gen_display_resources.py $(HEADER_BUILD)/qstrdefs.generated.h Makefile | $(HEADER_BUILD)
$(STEPECHO) "GEN $@"