From 619fb6ecaa4990a89408be9fe00035952d70920f Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Mon, 18 Dec 2023 15:20:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A013.=20Update=20platform.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/13. Programming/platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Labs/13. Programming/platform.h b/Labs/13. Programming/platform.h index bfa2c20..f569545 100644 --- a/Labs/13. Programming/platform.h +++ b/Labs/13. Programming/platform.h @@ -68,8 +68,8 @@ struct TX_HANDLE struct VGA_HANDLE { - uint32_t * char_map; - uint32_t * color_map; + uint8_t * char_map; + uint8_t * color_map; uint32_t * tiff_map; };