Merge pull request #1011 from lenvm/bugfix/fix-compile-error-renault-twizy

Fix compilation error Renault Twizy
This commit is contained in:
Daniel Öster 2025-03-27 09:35:58 +02:00 committed by GitHub
commit 024d8f273f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,4 +9,7 @@
#define MAX_CELL_VOLTAGE_MV 4200 //Battery is put into emergency stop if one cell goes over this value
#define MIN_CELL_VOLTAGE_MV 3400 //Battery is put into emergency stop if one cell goes below this value
void setup_battery(void);
void transmit_can_frame(CAN_frame* tx_frame, int interface);
#endif