Skip to content
Snippets Groups Projects
Commit a78703f1 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/library/machine: Typo fix in machine_callbacks section.

parent 9ef6bb54
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ A note of callbacks used by functions and class methods of ``machine`` module: ...@@ -17,7 +17,7 @@ A note of callbacks used by functions and class methods of ``machine`` module:
all these callbacks should be considered as executing in an interrupt context. all these callbacks should be considered as executing in an interrupt context.
This is true for both physical devices with IDs >= 0 and "virtual" devices This is true for both physical devices with IDs >= 0 and "virtual" devices
with negative IDs like -1 (these "virtual" devices are still thin shims on with negative IDs like -1 (these "virtual" devices are still thin shims on
top of real hardware and real hardware intrerrupts). See :ref:`isr_rules`. top of real hardware and real hardware interrupts). See :ref:`isr_rules`.
Reset related functions Reset related functions
----------------------- -----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment