mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add static constexpr to lots of static battery CAN_frames to save RAM
This commit is contained in:
parent
a27f9c45af
commit
ab3d63ab18
10 changed files with 618 additions and 571 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue