summaryrefslogtreecommitdiff
path: root/docs/reference/isr_rules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/isr_rules.rst')
-rw-r--r--docs/reference/isr_rules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/isr_rules.rst b/docs/reference/isr_rules.rst
index 14010fb20..5e8d6ad61 100644
--- a/docs/reference/isr_rules.rst
+++ b/docs/reference/isr_rules.rst
@@ -209,7 +209,7 @@ issue a further interrupt. It then schedules a callback to process the data.
Scheduled callbacks should comply with the principles of interrupt handler design outlined below. This is to
avoid problems resulting from I/O activity and the modification of shared data which can arise in any code
-which pre-empts the main program loop.
+which preempts the main program loop.
Execution time needs to be considered in relation to the frequency with which interrupts can occur. If an
interrupt occurs while the previous callback is executing, a further instance of the callback will be queued