From: Harvie Date: Sat, 14 Jan 2012 11:35:14 +0000 (+0100) Subject: Fixed F_CPU, Anyway... this should go to the Makefile in the future! X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=bc0a83918fd7b6134c6da71245b9bc142de1dd3c;p=mirrors%2FPrograms.git Fixed F_CPU, Anyway... this should go to the Makefile in the future! --- 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