From 84b9b4e3ba178687adbe7f57d22a15f60a724132 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Fri, 6 Jan 2017 19:04:28 +0000 Subject: [PATCH] Kernel: zeta-v2: Correct TICKSPERSEC --- Kernel/platform-zeta-v2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zeta-v2/config.h b/Kernel/platform-zeta-v2/config.h index 76b11550..374417df 100644 --- a/Kernel/platform-zeta-v2/config.h +++ b/Kernel/platform-zeta-v2/config.h @@ -20,7 +20,7 @@ /* Banks as reported to user space */ #define CONFIG_BANKS 4 -#define TICKSPERSEC 15 /* Ticks per second */ +#define TICKSPERSEC 20 /* Ticks per second */ #define PROGBASE 0x0000 /* also data base */ #define PROGLOAD 0x0100 /* also data base */ #define PROGTOP 0xF000 /* Top of program, base of U_DATA copy */ -- 2.34.1