From 0823ab8c9b439c03efb47c7671157382d62820d7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 7 Oct 2018 21:57:28 +0100 Subject: [PATCH] tc8521: works better if you use the right I/O port --- Kernel/platform-amstradnc/tc8521.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-amstradnc/tc8521.c b/Kernel/platform-amstradnc/tc8521.c index 3f437e94..d2f62e6c 100644 --- a/Kernel/platform-amstradnc/tc8521.c +++ b/Kernel/platform-amstradnc/tc8521.c @@ -12,7 +12,7 @@ #include #include -#define CLOCK_PORT 0xC0 +#define CLOCK_PORT 0xD0 static uint8_t rtc_buf[7]; -- 2.34.1