Skip to content

Commit

Permalink
updated message def
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Nov 13, 2023
1 parent 7ff959f commit 2086f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/opentrons_hardware/firmware_bindings/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class MessageId(int, Enum):
class ErrorSeverity(int, Enum):
"""Error Severity levels."""

none = 0x0
warning = 0x1
recoverable = 0x2
unrecoverable = 0x3
Expand Down

0 comments on commit 2086f17

Please sign in to comment.