summaryrefslogtreecommitdiff
path: root/include/params.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-03-27 11:39:12 -0400
committerFreya Murphy <freya@freyacat.org>2025-03-27 11:39:12 -0400
commit0ff301cda68669c59351e5854ce98f2cf460543f (patch)
treecfe8f976261962420ada64b821559b9da0a56841 /include/params.h
parentadd compile_flags.txt for clangd lsp (diff)
downloadcomus-0ff301cda68669c59351e5854ce98f2cf460543f.tar.gz
comus-0ff301cda68669c59351e5854ce98f2cf460543f.tar.bz2
comus-0ff301cda68669c59351e5854ce98f2cf460543f.zip
pull upstream changes, add auto formatting
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