diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 11:54:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 11:54:52 +0100 |
| commit | 567bfe58e9760ec3325464d094c51b7aaa006b57 (patch) | |
| tree | 8a3525f14ae5f7244336f3ac50f7b03945a8f4e2 | |
| parent | 086baf0056b7e73508aaf1b7661fb16cd12b0831 (diff) | |
feat: tex: fix tex file for 30pin.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | docs/tex/30pin.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tex/30pin.tex b/docs/tex/30pin.tex index 88d36b6..386ddbe 100644 --- a/docs/tex/30pin.tex +++ b/docs/tex/30pin.tex @@ -44,7 +44,7 @@ \end{itemize} \section{Data Structures} -\subsection{\texttt{NB\_tpin\_recovery\_packet}} +\subsection{\texttt{nb\_tpin\_recovery\_packet}} \begin{lstlisting}[language=C] struct _nb_tpin_recovery_packet { @@ -55,7 +55,7 @@ struct _nb_tpin_recovery_packet }; \end{lstlisting} -\textbf{Typedef:} \texttt{NB\_tpin\_recovery\_packet\_t} +\textbf{Typedef:} \texttt{nb\_tpin\_recovery\_packet\_t} \section{Enumerations} \subsection{Packet Kinds} |
