From 62f16e22ceede66f1c30f965f24cd1126bc43508 Mon Sep 17 00:00:00 2001 From: Method <30480038+MethodOrMadness@users.noreply.github.com> Date: Tue, 24 Aug 2021 15:36:41 -0700 Subject: [PATCH] fixed the file name issue --- source/draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}