X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=avr%2Fblink%2Fhelloworld2.c;h=eb67eb6495a3d1e46b1682b5a9a9cf5305a08f77;hb=40e02009b18eecf64c3d374a4d614092d72c2040;hp=1b9520f3673121b5b3279b5cac331e6b7d5b954e;hpb=3a2579cc72c857ab1d2f69de776597e1118374f8;p=mirrors%2FPrograms.git diff --git a/avr/blink/helloworld2.c b/avr/blink/helloworld2.c index 1b9520f..eb67eb6 100644 --- a/avr/blink/helloworld2.c +++ b/avr/blink/helloworld2.c @@ -1,3 +1,5 @@ +#define F_CPU 100000000UL // Sets up the default speed for delay.h + #include #include