summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index b45fccbbde..f2f83e54c8 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -16,6 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _FONT_H
20#define _FONT_H
21
19/* 22/*
20 * Incore font and image definitions 23 * Incore font and image definitions
21 */ 24 */
@@ -111,6 +114,7 @@ void font_reset(void);
111 114
112#endif 115#endif
113 116
117#endif
114/* ----------------------------------------------------------------- 118/* -----------------------------------------------------------------
115 * vim: et sw=4 ts=8 sts=4 tw=78 119 * vim: et sw=4 ts=8 sts=4 tw=78
116 */ 120 */