Fixed F_CPU, Anyway... this should go to the Makefile in the future!
authorHarvie <tomas@mudrunka.cz>
Sat, 14 Jan 2012 11:35:14 +0000 (12:35 +0100)
committerHarvie <tomas@mudrunka.cz>
Sat, 14 Jan 2012 11:35:14 +0000 (12:35 +0100)
avr/blink/helloworld.c

index f0ffecb83faf7862a48edacee6eabe7bdf532440..0972cd26187a225a5fb3662956e6c89fce61d99c 100644 (file)
@@ -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 <avr/io.h>
This page took 0.139187 seconds and 4 git commands to generate.