Add static constexpr to lots of static battery CAN_frames to save RAM

This commit is contained in:
Jonny 2025-08-07 21:24:40 +01:00
parent a27f9c45af
commit ab3d63ab18
10 changed files with 618 additions and 571 deletions

View file

@ -1,7 +1,7 @@
#include "../../Software/src/communication/Transmitter.h"
#include "../../Software/src/communication/can/comm_can.h"
void transmit_can_frame_to_interface(CAN_frame* tx_frame, int interface) {}
void transmit_can_frame_to_interface(const CAN_frame* tx_frame, int interface) {}
void register_can_receiver(CanReceiver* receiver, CAN_Interface interface, CAN_Speed speed) {}