Skip to content

Commit 327e52c

Browse files
authored
1 parent 67ee86b commit 327e52c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

specification/transport/can/can.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,15 +446,15 @@ \subsection{Examples}
446446

447447
\begin{remark}[breakable]
448448
Heartbeat from node-ID 42, nominal priority level,
449-
uptime starting from 0 and then incrementing by one every transfer,
450-
vendor-specific status code 3471:
449+
uptime starting from 0 and then incrementing by one every transfer, health status is 0,
450+
operating mode is 1, vendor-specific status code 161 ($A1_{16}$):
451451

452452
\begin{UAVCANCompactTable}{|l l|}
453453
CAN ID (hex) & CAN data (hex) \\
454-
\texttt{107D552A} & \texttt{00 00 00 00 E0 B1 01 E0} \\
455-
\texttt{107D552A} & \texttt{01 00 00 00 E0 B1 01 E1} \\
456-
\texttt{107D552A} & \texttt{02 00 00 00 E0 B1 01 E2} \\
457-
\texttt{107D552A} & \texttt{03 00 00 00 E0 B1 01 E3} \\
454+
\texttt{107D552A} & \texttt{00 00 00 00 00 01 A1 E0} \\
455+
\texttt{107D552A} & \texttt{01 00 00 00 00 01 A1 E1} \\
456+
\texttt{107D552A} & \texttt{02 00 00 00 00 01 A1 E2} \\
457+
\texttt{107D552A} & \texttt{03 00 00 00 00 01 A1 E3} \\
458458
\end{UAVCANCompactTable}
459459

460460
\verb|uavcan.primitive.String.1.0| under subject-ID 4919 ($1337_{16}$) published by an anonymous node,

0 commit comments

Comments
 (0)