Skip to content

Commit 1f3e4c0

Browse files
author
Stefania
authored
Merge pull request #176 from arduino/SimonePDA-patch-1
Update interrupts.adoc
2 parents 4c76aab + 40b0a3f commit 1f3e4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Interrupts/interrupts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subCategories: [ "Interrupts" ]
1818

1919
[float]
2020
=== Description
21-
Re-enables interrupts (after they've been disabled by link:../noInterrupts[nointerrupts()]. Interrupts allow certain important tasks to happen in the background and are enabled by default. Some functions will not work while interrupts are disabled, and incoming communication may be ignored. Interrupts can slightly disrupt the timing of code, however, and may be disabled for particularly critical sections of code.
21+
Re-enables interrupts (after they've been disabled by link:../nointerrupts[nointerrupts()]. Interrupts allow certain important tasks to happen in the background and are enabled by default. Some functions will not work while interrupts are disabled, and incoming communication may be ignored. Interrupts can slightly disrupt the timing of code, however, and may be disabled for particularly critical sections of code.
2222
[%hardbreaks]
2323

2424

0 commit comments

Comments
 (0)