From: Alan Cox Date: Tue, 24 Jul 2018 23:16:19 +0000 (+0100) Subject: pcw8256: correct clock rate X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2cf7b26e9858c3a2b220f5b07f99920d654fc32f;p=FUZIX.git pcw8256: correct clock rate --- diff --git a/Kernel/platform-pcw8256/config.h b/Kernel/platform-pcw8256/config.h index 9f236df9..db161a54 100644 --- a/Kernel/platform-pcw8256/config.h +++ b/Kernel/platform-pcw8256/config.h @@ -38,7 +38,7 @@ #define CONFIG_NET #define CONFIG_NET_NATIVE -#define TICKSPERSEC 50 /* Ticks per second */ +#define TICKSPERSEC 300 /* FIXME: double check - Ticks per second */ #define PROGBASE 0x0000 /* memory base of program */ #define PROGLOAD 0x0100 /* load base of program */ #define PROGTOP 0xF400 /* Top of program, base of U_DATA */