summaryrefslogtreecommitdiff
path: root/firmware/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.h')
-rw-r--r--firmware/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/font.h b/firmware/font.h
index 44b975bb78..8e0bb9ce90 100644
--- a/firmware/font.h
+++ b/firmware/font.h
@@ -102,6 +102,7 @@ struct font {
102void font_init(void); 102void font_init(void);
103struct font* font_load(char *path); 103struct font* font_load(char *path);
104struct font* font_get(int font); 104struct font* font_get(int font);
105void font_reset(void);
105 106
106#else /* HAVE_LCD_BITMAP */ 107#else /* HAVE_LCD_BITMAP */
107 108