diff --git a/source/draw.c b/source/draw.c index a30718c..eea55a8 100644 --- a/source/draw.c +++ b/source/draw.c @@ -5,7 +5,7 @@ #include -#include "hzk12.h" +#include "HZK12.h" #include "asc126.h" @@ -226,4 +226,4 @@ void ShowbootProgress(char *str) u8 str_len = strlen(str); Clear(60,160-15,120,15,gl_color_cheat_black,1); DrawHZText12(str,0,(240-str_len*6)/2,160-15,gl_color_text,1); -} \ No newline at end of file +}