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>
This commit is contained in:
Damien George
2022-05-05 13:23:32 +10:00
parent 1216c9fffa
commit b0a1b60a9b
4 changed files with 130 additions and 130 deletions

View File

@@ -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;