summaryrefslogtreecommitdiff
path: root/ports/stm32/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/lcd.c')
-rw-r--r--ports/stm32/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/lcd.c b/ports/stm32/lcd.c
index de967c5f9..a0e001d1f 100644
--- a/ports/stm32/lcd.c
+++ b/ports/stm32/lcd.c
@@ -32,10 +32,10 @@
#if MICROPY_HW_HAS_LCD
+#include "extmod/font_petme128_8x8.h"
#include "pin.h"
#include "bufhelper.h"
#include "spi.h"
-#include "font_petme128_8x8.h"
#include "lcd.h"
/// \moduleref pyb