Refactoring: Scalability and performance (#252)

Refactoring v5.7 step 1
This commit is contained in:
Cabooman 2024-04-14 14:41:01 +02:00 committed by GitHub
parent 5a5cfc433b
commit ffa7a54f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 926 additions and 286 deletions

View file

@ -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