From bc0a83918fd7b6134c6da71245b9bc142de1dd3c Mon Sep 17 00:00:00 2001 From: Harvie Date: Sat, 14 Jan 2012 12:35:14 +0100 Subject: [PATCH] Fixed F_CPU, Anyway... this should go to the Makefile in the future! --- avr/blink/helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/blink/helloworld.c b/avr/blink/helloworld.c index f0ffecb..0972cd2 100644 --- a/avr/blink/helloworld.c +++ b/avr/blink/helloworld.c @@ -1,4 +1,4 @@ -#define F_CPU 100000UL // Sets up the default speed for delay.h +#define F_CPU 1000000UL // Sets up the default speed for delay.h // this is the header file that tells the compiler what pins and ports, etc. // are available on this chip. #include -- 2.30.2