Skip to content

Commit

Permalink
Reduce size of status flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanja-APD committed Dec 15, 2023
1 parent cabcd19 commit dbfb0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uavcan/equipment/esc/1036.StatusExtended.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ uint5 esc_index # Index of currently reporting ESC.
int9 motor_temperature_degC # Temperature of connected motor, in Celsius. Range is -256 to +255 C.
uint9 motor_angle # Measured angle of connected angle sensor, in degrees. Range is 0 to 360.

uint24 status_flags # Manufacturer-specific status flags currently active.
uint19 status_flags # Manufacturer-specific status flags currently active.

0 comments on commit dbfb0f0

Please sign in to comment.