From 0909294e490c4b44fdaf9b087ed0ddf5b62546fc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 23 Dec 2014 22:46:37 +0000 Subject: [PATCH] socz80: ramtop has changed type Start bringing socz80 back into line --- Kernel/platform-socz80/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-socz80/main.c b/Kernel/platform-socz80/main.c index a2349c69..96af16c6 100644 --- a/Kernel/platform-socz80/main.c +++ b/Kernel/platform-socz80/main.c @@ -3,7 +3,7 @@ #include #include -uint8_t *ramtop = PROGTOP; +uint16_t ramtop = PROGTOP; void platform_idle(void) { -- 2.34.1