mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Add missing function
This commit is contained in:
parent
637d7f7771
commit
31b7e12117
2 changed files with 10 additions and 0 deletions
|
@ -47,4 +47,10 @@ void transmit_can_inverter(unsigned long currentMillis) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef RS485_INVERTER_SELECTED
|
||||||
|
void receive_RS485() {
|
||||||
|
((Rs485InverterProtocol*)inverter)->receive_RS485();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -90,4 +90,8 @@ void map_can_frame_to_variable_inverter(CAN_frame rx_frame);
|
||||||
void transmit_can_inverter(unsigned long currentMillis);
|
void transmit_can_inverter(unsigned long currentMillis);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef RS485_INVERTER_SELECTED
|
||||||
|
void receive_RS485();
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue