aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-04-08 11:28:54 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-04-22 16:51:13 +0200
commit68c180f2aba4471483e1786556c2bc2a94a7d2a7 (patch)
tree13fd0790193e9e9fe8a745b58cfe34bc108b9b22 /common.h
parente3897565c342bee4765f921240b7ca91cd9b23f1 (diff)
downloadhourglass-68c180f2aba4471483e1786556c2bc2a94a7d2a7.tar.gz
hourglass-68c180f2aba4471483e1786556c2bc2a94a7d2a7.tar.bz2
hourglass-68c180f2aba4471483e1786556c2bc2a94a7d2a7.zip
Increase CPU and UART speed
Re-enable interrupt based accel.
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index ecf2c27..eba8d6e 100644
--- a/common.h
+++ b/common.h
@@ -1,8 +1,8 @@
#ifndef COMMON_H
#define COMMON_H
-/* cpu runs at 1mhz */
-#define F_CPU 1000000
+/* cpu runs at n mhz */
+#define F_CPU 8000000
#define sleepwhile(cond) \
sleep_enable (); \