aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 810c3d5..3ef5bc3 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -10,7 +10,7 @@ STACK = 64
TASKS = 8
SEMAPHORES = 8
BAUD = 9600
-ADCPRESCALE = 8
+ADCPRESCALE = 16
# You should not have to change anything below here.