summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 858a312ac6..a8734e93a1 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -578,7 +578,7 @@ void font_init(void)
578struct font* font_get(int font) 578struct font* font_get(int font)
579{ 579{
580 (void)font; 580 (void)font;
581 return &sysfont; 581 return &sysfont;
582} 582}
583 583
584/* 584/*