X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=avr%2Fblink%2Fhelloworld.c;h=0972cd26187a225a5fb3662956e6c89fce61d99c;hb=7e0f3dba1713edfea98cdfe7909c08f68fa5f7b7;hp=f0ffecb83faf7862a48edacee6eabe7bdf532440;hpb=1375f65d6d332f228e3e62831d42895bdff67423;p=mirrors%2FPrograms.git diff --git a/avr/blink/helloworld.c b/avr/blink/helloworld.c index f0ffecb..0972cd2 100644 --- 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 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