Fixed F_CPU, Anyway... this should go to the Makefile in the future!
[mirrors/Programs.git] / 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.105245 seconds and 4 git commands to generate.