From e32281cf6b01800f95d7640a127811c79234fe6f Mon Sep 17 00:00:00 2001 From: Xavi Del Campo Date: Tue, 3 Mar 2020 20:07:27 +0100 Subject: Work on SIO IRQ --- include/Font.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/Font.h') diff --git a/include/Font.h b/include/Font.h index 97a52ac..e2f1d12 100644 --- a/include/Font.h +++ b/include/Font.h @@ -5,8 +5,11 @@ * Includes * *************************************/ +#include "Font.h" +#include #include #include +#include enum { @@ -14,7 +17,7 @@ enum FONT_DEFAULT_INIT_CHAR = '!' }; -enum t_fontflags +enum font_flags { FONT_NOFLAGS, FONT_CENTERED = 0x01, -- cgit v1.2.3