diff options
| -rw-r--r-- | firmware/export/font.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h index b45fccb..f2f83e5 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -16,6 +16,9 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef _FONT_H +#define _FONT_H + /* * Incore font and image definitions */ @@ -111,6 +114,7 @@ void font_reset(void); #endif +#endif /* ----------------------------------------------------------------- * vim: et sw=4 ts=8 sts=4 tw=78 */ |