Skip to content

Commit

Permalink
190 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabramz committed Aug 9, 2024
1 parent 052c348 commit 0e4b614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Src/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ void vFaultHandler(void *pv_params)
while (osMessageQueueGet(fault_handle_queue, &fault_data, NULL,
osWaitForever) == osOK) {
uint32_t fault_id = (uint32_t)fault_data.id;
if (fault_id == CAN_DISPATCH_FAULT) continue;
endian_swap(&fault_id, sizeof(fault_id));
uint8_t defcon = (uint8_t)fault_data.severity;

Expand Down

0 comments on commit 0e4b614

Please sign in to comment.