diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-29 16:37:40 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-29 16:37:40 +0106 |
| commit | c39833864d7a077e038d10ec787b56fea8c32ebe (patch) | |
| tree | c5a03885c1545d272d44a9b869aed59f2d773cf3 /realtime | |
| parent | 0ebf05951ff0855d96ed53730269e4a07c4e860f (diff) | |
rt-basics: use more descriptive prio-inheritance images
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'realtime')
| -rw-r--r-- | realtime/rt-basics/pres_rt-basics_en.tex | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/realtime/rt-basics/pres_rt-basics_en.tex b/realtime/rt-basics/pres_rt-basics_en.tex index 8dcbdab..c645d16 100644 --- a/realtime/rt-basics/pres_rt-basics_en.tex +++ b/realtime/rt-basics/pres_rt-basics_en.tex @@ -53,11 +53,20 @@ Failing to meet timing restrictions leads to an error! \frametitle{Priority Inversion} \begin{figure}[h] \centering -\includegraphics[width=0.8\textwidth]{images/prio_inv.png} +\includegraphics[width=0.8\textwidth]{images/pinv.png} \end{figure} \end{frame} \begin{frame} +\frametitle{Priority Inheritance} +\begin{figure}[h] +\centering +\includegraphics[width=0.8\textwidth]{images/pinh.png} +\end{figure} +\end{frame} + +\subsubsection{Linux and Realtime} +\begin{frame} \frametitle{Linux and Realtime} \begin{figure}[h] \centering |
