diff options
author | Damien George <damien@micropython.org> | 2022-05-05 13:23:32 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-05-05 13:30:40 +1000 |
commit | b0a1b60a9b425cdb24e36d71974e902338ffb059 (patch) | |
tree | 3290de92691f8127f370f60f93f908be8beeffca /extmod/modframebuf.c | |
parent | 1216c9fffa6345e4df9e4311283f88eeb0891cbc (diff) | |
download | micropython-b0a1b60a9b425cdb24e36d71974e902338ffb059.tar.gz micropython-b0a1b60a9b425cdb24e36d71974e902338ffb059.zip |
extmod: Move font_petme128_8x8.h from ports/stm32 to extmod.
And add spaces after commas so it is consistently formatted.
Signed-off-by: Damien George <damien@micropython.org>
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 27e9c36254..fb231362e6 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 "extmod/font_petme128_8x8.h" typedef struct _mp_obj_framebuf_t { mp_obj_base_t base; |