From 2df86a1df58ce19229db61f593b28c16f3562ff6 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Sun, 17 Dec 2023 17:57:49 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Labs/13. Programming/platform.h b/Labs/13. Programming/platform.h index 12c234f..bfa2c20 100644 --- a/Labs/13. Programming/platform.h +++ b/Labs/13. Programming/platform.h @@ -68,9 +68,9 @@ struct TX_HANDLE struct VGA_HANDLE { - uint32_t *const char_map; - uint32_t *const color_map; - uint32_t *const tiff_map; + uint32_t * char_map; + uint32_t * color_map; + uint32_t * tiff_map; }; struct SUPER_COLLIDER_HANDLE