From: Alan Cox Date: Sun, 7 Oct 2018 20:57:28 +0000 (+0100) Subject: tc8521: works better if you use the right I/O port X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0823ab8c9b439c03efb47c7671157382d62820d7;p=FUZIX.git tc8521: works better if you use the right I/O port --- 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];