Skip to content

Commit

Permalink
make unrecoverable until further notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Mar 15, 2024
1 parent 4677a4b commit b11fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hepa-uv/core/uv_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class UVMessageHandler {
// is on
auto resp = can::messages::ErrorMessage{
.message_index = 0,
.severity = can::ids::ErrorSeverity::warning,
.severity = can::ids::ErrorSeverity::unrecoverable,
.error_code = !door_closed ? can::ids::ErrorCode::door_open
: can::ids::ErrorCode::reed_open,
};
Expand Down

0 comments on commit b11fd3d

Please sign in to comment.