summaryrefslogtreecommitdiff
path: root/include/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/params.h')
-rw-r--r--include/params.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/params.h b/include/params.h
index 52eb81d..dabbe8d 100644
--- a/include/params.h
+++ b/include/params.h
@@ -21,11 +21,11 @@
// Upper bound on the number of simultaneous user-level
// processes in the system (completely arbitrary)
-#define N_PROCS 25
+#define N_PROCS 25
// Clock frequency (Hz)
-#define CLOCK_FREQ 1000
-#define TICKS_PER_MS 1
+#define CLOCK_FREQ 1000
+#define TICKS_PER_MS 1
#endif