From 6693ffe6dd453a8be8df1f10893f7d58884560d7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 25 May 2018 00:23:06 +0100 Subject: [PATCH] trs80m1: fix vt build --- Kernel/platform-trs80m1/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80m1/config.h b/Kernel/platform-trs80m1/config.h index ef657a45..7ba4a23f 100644 --- a/Kernel/platform-trs80m1/config.h +++ b/Kernel/platform-trs80m1/config.h @@ -24,7 +24,7 @@ #define CONFIG_BANKS 2 /* 2 x 32K */ /* Vt definitions */ -#define VT_BASE ((uint16_t)0x3C00 +#define VT_BASE ((uint8_t *)0x3C00) #define VT_WIDTH 64 #define VT_HEIGHT 16 #define VT_RIGHT 63 -- 2.34.1