update function name map_can_frame_to_variable_battery2() to handle_incoming_can_frame_battery2()

This commit is contained in:
lenvm 2024-12-29 21:09:41 +01:00
parent 789d021d22
commit 1a1ccd3069
8 changed files with 8 additions and 8 deletions

View file

@ -1808,7 +1808,7 @@ void handle_incoming_can_frame_battery(CAN_frame rx_frame) {
#ifdef DOUBLE_BATTERY //Need to update battery2
void map_can_frame_to_variable_battery2(CAN_frame rx_frame) {
void handle_incoming_can_frame_battery2(CAN_frame rx_frame) {
static uint8_t mux = 0;
static uint16_t temp = 0;