X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=avr%2Fblink%2Fhelloworld.c;h=0972cd26187a225a5fb3662956e6c89fce61d99c;hb=bc0a83918fd7b6134c6da71245b9bc142de1dd3c;hp=f0ffecb83faf7862a48edacee6eabe7bdf532440;hpb=413d122c3b2982943f873d8313ed5a8bff36fad9;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