summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/screen/font.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-06-08 15:10:47 +0200
committerUros Majstorovic <majstor@majstor.org>2020-06-08 15:10:47 +0200
commitd9bf3b288ce5f6e84f7e6079948fdf0735b4711f (patch)
treeb7232f1956d510f5d1d5e8562b19bab9b3a290a7 /code/fe310/eos/eve/screen/font.h
parent910c890ab07157cdf4710194d98a45a7fcf4cee3 (diff)
kbd iface fixed
Diffstat (limited to 'code/fe310/eos/eve/screen/font.h')
-rw-r--r--code/fe310/eos/eve/screen/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/eve/screen/font.h b/code/fe310/eos/eve/screen/font.h
index 409b109..0572015 100644
--- a/code/fe310/eos/eve/screen/font.h
+++ b/code/fe310/eos/eve/screen/font.h
@@ -6,4 +6,4 @@ typedef struct EVEFont {
uint8_t h;
} EVEFont;
-void eve_font_init(EVEFont *font, uint8_t font_id); \ No newline at end of file
+void eve_font_init(EVEFont *font, uint8_t font_id);