X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=avr%2Fblink%2Fhelloworld.c;h=0972cd26187a225a5fb3662956e6c89fce61d99c;hb=c30e1c36c353480676a1f03abdbfb8344a7ae9f1;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