GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413d122
)
Fixed F_CPU, Anyway... this should go to the Makefile in the future!
author
Harvie
<tomas@mudrunka.cz>
Sat, 14 Jan 2012 11:35:14 +0000
(12:35 +0100)
committer
Harvie
<tomas@mudrunka.cz>
Sat, 14 Jan 2012 11:35:14 +0000
(12:35 +0100)
avr/blink/helloworld.c
patch
|
blob
|
blame
|
history
diff --git
a/avr/blink/helloworld.c
b/avr/blink/helloworld.c
index f0ffecb83faf7862a48edacee6eabe7bdf532440..0972cd26187a225a5fb3662956e6c89fce61d99c 100644
(file)
--- 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 100000
0
UL // 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.258186 seconds
and
4
git commands to generate.