Skip to content

Commit

Permalink
foramt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Mar 18, 2024
1 parent b11fd3d commit 2b4d5ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/hepa-uv/core/uv_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ class UVMessageHandler {
if (_timer.is_running()) {
gpio::reset(drive_pins.uv_on_off);
_timer.stop();
// send error message when door/reed state change while uv
// is on
auto resp = can::messages::ErrorMessage{
// send error message when door/reed state change while uv
// is on
auto resp = can::messages::ErrorMessage{
.message_index = 0,
.severity = can::ids::ErrorSeverity::unrecoverable,
.error_code = !door_closed ? can::ids::ErrorCode::door_open
Expand Down

0 comments on commit 2b4d5ff

Please sign in to comment.