Skip to content

Commit

Permalink
Changed PutIOState to send directly instead of putting messages in th…
Browse files Browse the repository at this point in the history
…e queue to be sent by SendCarCAN later.
  • Loading branch information
KnockbackNemo committed Nov 11, 2023
1 parent ce1d74a commit 77dbc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Src/SendCarCAN.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static void putIOState(void){
message.data[3] |= contactorState << contactor;
}

SendCarCAN_Put(message);
CANbus_Send(message, true, CARCAN);
}

/**
Expand Down

0 comments on commit 77dbc2a

Please sign in to comment.