From ce433530cbc5a890d71d94eb0be09068da1110f7 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sun, 18 Apr 2021 18:53:15 +0200 Subject: [PATCH] typo in comment --- hello_sprt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_sprt.c b/hello_sprt.c index d7f63a1..260d6e7 100644 --- a/hello_sprt.c +++ b/hello_sprt.c @@ -207,7 +207,7 @@ int main(void) nextpri += sizeof(SPRT); - // Set Texture page for the 8bit tim : 512, 256 - CLUT is at 0, 480 + // Set Texture page for the 4bit tim : 512, 256 - CLUT is at 0, 480 tpage_4b = (DR_TPAGE*)nextpri;