mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Tidy up MG-HS-PHEV defines
This commit is contained in:
parent
db559830e0
commit
f7deba7c47
2 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
#ifdef MG_HS_PHEV_BATTERY_H
|
|
||||||
#include "MG-HS-PHEV-BATTERY.h"
|
#include "MG-HS-PHEV-BATTERY.h"
|
||||||
#include "../communication/can/comm_can.h"
|
#include "../communication/can/comm_can.h"
|
||||||
#include "../communication/contactorcontrol/comm_contactorcontrol.h"
|
#include "../communication/contactorcontrol/comm_contactorcontrol.h"
|
||||||
|
@ -381,5 +380,3 @@ void MgHsPHEVBattery::setup(void) { // Performs one time setup at startup
|
||||||
datalayer.battery.info.total_capacity_Wh = BATTERY_WH_MAX;
|
datalayer.battery.info.total_capacity_Wh = BATTERY_WH_MAX;
|
||||||
datalayer.battery.info.number_of_cells = 90;
|
datalayer.battery.info.number_of_cells = 90;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#ifndef MG_HS_PHEV_BATTERY_H
|
#ifndef MG_HS_PHEV_BATTERY_H
|
||||||
#define MG_HS_PHEV_BATTERY_H
|
#define MG_HS_PHEV_BATTERY_H
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
#include "CanBattery.h"
|
#include "CanBattery.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue