From 9d97ea35c050f5ea465bb1cbe013f3e49c87c09c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 9 Feb 2018 23:41:12 +0000 Subject: [PATCH] ubee: set tick rate properly --- Kernel/platform-ubee/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-ubee/config.h b/Kernel/platform-ubee/config.h index 544ddd0d..ef89ade7 100644 --- a/Kernel/platform-ubee/config.h +++ b/Kernel/platform-ubee/config.h @@ -32,7 +32,7 @@ #define VT_RIGHT 79 #define VT_BOTTOM 23 -#define TICKSPERSEC 64 /* Ticks per second */ +#define TICKSPERSEC 10 /* Ticks per second */ #define PROGBASE 0x0000 /* Base of user */ #define PROGLOAD 0x0100 /* Load and run here */ #define PROGTOP 0x7D00 /* Top of program, base of U_DATA stash */ -- 2.34.1