From 68c180f2aba4471483e1786556c2bc2a94a7d2a7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 8 Apr 2014 11:28:54 +0200 Subject: Increase CPU and UART speed Re-enable interrupt based accel. --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.h') 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 (); \ -- cgit v1.2.3