Skip to content

Commit f450587

Browse files
authored
Update Interrupts.ino
typo
1 parent 6dc4cf8 commit f450587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Interrupts/Interrupts.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void loop() {}
4747

4848
void interruptHandler() {
4949
/**
50-
* Give semaphore in the interrup handler
50+
* Give semaphore in the interrupt handler
5151
* https://www.freertos.org/a00124.html
5252
*/
5353

0 commit comments

Comments
 (0)