aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
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 (); \