aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/timer.c')
-rw-r--r--src/sys/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/timer.c b/src/sys/timer.c
index 5a3b8d4..d35ef83 100644
--- a/src/sys/timer.c
+++ b/src/sys/timer.c
@@ -9,7 +9,7 @@
#include <symbols.h>
/// Cycles Per Second
-#define CPS 10
+#define CPS 100
#define SYS_TIMER_C
static unsigned long exe_cnt = 0;