mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
update function name map_can_frame_to_variable_battery2() to handle_incoming_can_frame_battery2()
This commit is contained in:
parent
789d021d22
commit
1a1ccd3069
8 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue