aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 42737eb..5730f47 100644
--- a/common.h
+++ b/common.h
@@ -2,7 +2,7 @@
#define COMMON_H
/* cpu runs at n mhz */
-#define F_CPU 8000000
+#define F_CPU 1000000
#define sleepwhile(cond) \
sleep_enable (); \