Skip to content

Commit

Permalink
fixing more problems
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Mar 18, 2024
1 parent 00caed5 commit f52945a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ void can1_callback(CAN_HandleTypeDef* hcan)
.severity = DEFCON2,
};

fault_data_t fault_data = {
.id = CAN_ROUTING_FAULT,
.severity = DEFCON2,
};

CAN_RxHeaderTypeDef rx_header;
can_msg_t new_msg;

Expand Down

0 comments on commit f52945a

Please sign in to comment.