aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tk-attiny.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tk-attiny.h b/tk-attiny.h
index 98552e3..b017802 100644
--- a/tk-attiny.h
+++ b/tk-attiny.h
@@ -36,7 +36,7 @@
#define F_CPU 8000000UL
#define EEPSIZE 128
#define V_REF REFS1
- #define BOGOMIPS (F_CPU/3200)
+ #define BOGOMIPS (F_CPU/4000)
#else
Hey, you need to define ATTINY.
#endif