mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Fix compilation issue
This commit is contained in:
parent
f51381897c
commit
039f2d8545
5 changed files with 8 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
||||||
|
|
||||||
void send_system_data();
|
void send_system_data();
|
||||||
void send_setup_info();
|
void send_setup_info();
|
||||||
|
void transmit_can(CAN_frame_t* tx_frame, int interface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -7,4 +7,6 @@
|
||||||
#define READY_STATE 0x03
|
#define READY_STATE 0x03
|
||||||
#define STOP_STATE 0x02
|
#define STOP_STATE 0x02
|
||||||
|
|
||||||
|
void transmit_can(CAN_frame_t* tx_frame, int interface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -5,5 +5,6 @@
|
||||||
#define CAN_INVERTER_SELECTED
|
#define CAN_INVERTER_SELECTED
|
||||||
|
|
||||||
void send_tripower_init();
|
void send_tripower_init();
|
||||||
|
void transmit_can(CAN_frame_t* tx_frame, int interface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
#define CAN_INVERTER_SELECTED
|
#define CAN_INVERTER_SELECTED
|
||||||
|
|
||||||
|
void transmit_can(CAN_frame_t* tx_frame, int interface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -14,4 +14,6 @@
|
||||||
#define FAULT_SOLAX 3
|
#define FAULT_SOLAX 3
|
||||||
#define UPDATING_FW 4
|
#define UPDATING_FW 4
|
||||||
|
|
||||||
|
void transmit_can(CAN_frame_t* tx_frame, int interface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue