mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
update function name map_can_frame_to_variable_battery() to handle_incoming_can_frame_battery()
This commit is contained in:
parent
0b096010c1
commit
eb4e5bc2b8
29 changed files with 30 additions and 30 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue