X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=avr%2Fblink%2Fhelloworld2.c;h=eb67eb6495a3d1e46b1682b5a9a9cf5305a08f77;hb=052685bdfb69e95d2940f081a084bb1b30b370ca;hp=1b9520f3673121b5b3279b5cac331e6b7d5b954e;hpb=1375f65d6d332f228e3e62831d42895bdff67423;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