Skip to content

Commit

Permalink
common.xml: added MOTOR_OVER_TEMPERATURE failure to ESC_FAILURE_FLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Micheli <claudio@auterion.com>
  • Loading branch information
cmic0 committed Aug 9, 2021
1 parent 079bc39 commit 01a3bfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,9 @@
<entry value="64" name="ESC_FAILURE_GENERIC">
<description>Generic ESC failure.</description>
</entry>
<entry value="128" name="ESC_FAILURE_MOTOR_OVER_TEMPERATURE">
<description>Generic ESC failure.</description>
</entry>
</enum>
<enum name="STORAGE_STATUS">
<description>Flags to indicate the status of camera storage.</description>
Expand Down

0 comments on commit 01a3bfb

Please sign in to comment.