Start of CANFD refactoring

This commit is contained in:
Daniel Öster 2024-08-09 16:13:13 +03:00
parent 126c19e534
commit e183602f44
4 changed files with 14 additions and 10 deletions

View file

@ -79,9 +79,6 @@
#endif
void receive_can_battery(CAN_frame rx_frame);
#ifdef CAN_FD
void receive_canfd_battery(CANFDMessage frame);
#endif
void update_values_battery();
void send_can_battery();