Skip to content

Commit ea86790

Browse files
committed
Correct misspelled work in ArduinoISP comment
1 parent d8d24c7 commit ea86790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static BitBangedSPI SPI;
239239

240240
#ifdef CLOCK_GEN_ENABLED
241241

242-
// ouput a 4MHz clock on pin 3 (Uno) using fast PWM
242+
// output a 4MHz clock on pin 3 (Uno) using fast PWM
243243
void setup_clock_gen() {
244244
pinMode(3, OUTPUT);
245245
TCCR2A = 0x23;

0 commit comments

Comments
 (0)