mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add more Arduino/FreeRTOS test stubs so that eModbus builds in ESP32 mode.
This commit is contained in:
parent
9eac0a90b5
commit
55d8a24f55
12 changed files with 86 additions and 11 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "../Software/src/datalayer/datalayer.h"
|
||||
#include "../Software/src/devboard/safety/safety.h"
|
||||
#include "../Software/src/devboard/utils/events.h"
|
||||
#include "../Software/src/inverter/ModbusInverterProtocol.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
@ -12,5 +11,3 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
void store_settings_equipment_stop(void) {}
|
||||
|
||||
ModbusInverterProtocol::ModbusInverterProtocol() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue