summaryrefslogtreecommitdiff
path: root/extmod/modframebuf.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2019-10-15 09:45:53 -0700
committerGitHub <noreply@github.com>2019-10-15 09:45:53 -0700
commit6f2e2faff214cc69cc17c2f1d62acceab529db39 (patch)
tree837268756eb202270d709e89c955f61d55d43772 /extmod/modframebuf.c
parentb80048bf07285d3ffa966115abf988405e4a0054 (diff)
parent820ebcbf9328910249b18b60687fa31b365b0c0c (diff)
Merge pull request #2214 from dhalbert/remove-unused-ports
Remove non-CircuitPython ports
Diffstat (limited to 'extmod/modframebuf.c')
-rw-r--r--extmod/modframebuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modframebuf.c b/extmod/modframebuf.c
index f92312a23..561b842bc 100644
--- a/extmod/modframebuf.c
+++ b/extmod/modframebuf.c
@@ -31,7 +31,7 @@
#if MICROPY_PY_FRAMEBUF
-#include "ports/stm32/font_petme128_8x8.h"
+#include "font_petme128_8x8.h"
typedef struct _mp_obj_framebuf_t {
mp_obj_base_t base;