Skip to content

Commit

Permalink
Correct misspelled word in ArduinoISP comment
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Sep 26, 2020
1 parent d8d24c7 commit 96cd102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static BitBangedSPI SPI;

#ifdef CLOCK_GEN_ENABLED

// ouput a 4MHz clock on pin 3 (Uno) using fast PWM
// output a 4MHz clock on pin 3 (Uno) using fast PWM
void setup_clock_gen() {
pinMode(3, OUTPUT);
TCCR2A = 0x23;
Expand Down

0 comments on commit 96cd102

Please sign in to comment.