diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-10-15 09:45:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-15 09:45:53 -0700 |
| commit | 6f2e2faff214cc69cc17c2f1d62acceab529db39 (patch) | |
| tree | 837268756eb202270d709e89c955f61d55d43772 /extmod/modframebuf.c | |
| parent | b80048bf07285d3ffa966115abf988405e4a0054 (diff) | |
| parent | 820ebcbf9328910249b18b60687fa31b365b0c0c (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.c | 2 |
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; |
