Skip to content

Commit

Permalink
Kernel slides: add probably missing word
Browse files Browse the repository at this point in the history
- Please revert if I guessed wrong

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent ae4414a commit 26ea051
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -145,8 +145,8 @@ \subsection{Interrupt Management}
\begin{itemize}
\item The interrupt handler is executed inside a thread.
\item Allows to block during the interrupt handler, which is often
needed for I2C/SPI devices as the interrupt handler needs to
communicate with them.
needed for I2C/SPI devices as the interrupt handler needs time
to communicate with them.
\item Allows to set a priority for the interrupt handler
execution, which is useful for real-time usage of Linux
\end{itemize}
Expand Down

0 comments on commit 26ea051

Please sign in to comment.