summaryrefslogtreecommitdiffhomepage
path: root/docs/tex/30pin.tex
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
commit1891d7343a9ac25ab157c4495581a0fcbd7fbcbf (patch)
treec6da72fdf5db30c67c28e968883f869ee57600d0 /docs/tex/30pin.tex
parent18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (diff)
feat! refactor NeBoot for NeKernel.org v1.0.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/tex/30pin.tex')
-rw-r--r--docs/tex/30pin.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tex/30pin.tex b/docs/tex/30pin.tex
index 4c4b9ae..fa0b314 100644
--- a/docs/tex/30pin.tex
+++ b/docs/tex/30pin.tex
@@ -50,8 +50,8 @@ struct _cb_tpin_recovery_packet
{
uint8_t mag[CP_30PIN_MAG_LEN]; // Magic number
uint8_t kind; // Packet kind identifier
- uint8_t buffer[CB_30PIN_BUFFER_LEN]; // Packet data buffer
- uint8_t eop[CB_30PIN_EOP_LEN]; // End-of-packet data
+ uint8_t buffer[NB_30PIN_BUFFER_LEN]; // Packet data buffer
+ uint8_t eop[NB_30PIN_EOP_LEN]; // End-of-packet data
};
\end{lstlisting}