summaryrefslogtreecommitdiff
path: root/extmod/modframebuf.c
diff options
context:
space:
mode:
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;