mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Refactoring: Scalability and performance (#252)
Refactoring v5.7 step 1
This commit is contained in:
parent
5a5cfc433b
commit
ffa7a54f20
77 changed files with 926 additions and 286 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "SOLAX-CAN.h"
|
||||
#include "../include.h"
|
||||
#ifdef SOLAX_CAN
|
||||
#include "../devboard/utils/events.h"
|
||||
#include "SOLAX-CAN.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
static uint16_t max_charge_rate_amp = 0;
|
||||
|
@ -307,3 +309,4 @@ void receive_can_solax(CAN_frame_t rx_frame) {
|
|||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue