update function name map_can_frame_to_variable_battery() to handle_incoming_can_frame_battery()

This commit is contained in:
lenvm 2024-12-29 18:10:33 +01:00
parent 0b096010c1
commit eb4e5bc2b8
29 changed files with 30 additions and 30 deletions

View file

@ -1149,7 +1149,7 @@ void update_values_battery() { //This function maps all the values fetched via
#endif //DEBUG_LOG
}
void map_can_frame_to_variable_battery(CAN_frame rx_frame) {
void handle_incoming_can_frame_battery(CAN_frame rx_frame) {
static uint8_t mux = 0;
static uint16_t temp = 0;