Skip to content

Commit

Permalink
Merge pull request s-matyukevich#201 from liuziangexit/patch-1
Browse files Browse the repository at this point in the history
Typo fixed.
  • Loading branch information
s-matyukevich authored Jul 20, 2020
2 parents d514904 + 88f5120 commit 4523549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lesson03/rpi-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void handle_timer_irq( void )
curVal += interval;
put32(TIMER_C1, curVal);
put32(TIMER_CS, TIMER_CS_M1);
printf("Timer iterrupt received\n\r");
printf("Timer interrupt received\n\r");
}
```

Expand Down

0 comments on commit 4523549

Please sign in to comment.