Remove Display out of some classes and leave comments to replace for callbacks I dont know about the function of this code but it compiles :)
6 lines
142 B
C++
6 lines
142 B
C++
#include "HardwareInterface.h"
|
|
|
|
HardwareInterface::HardwareInterface(std::shared_ptr<BatteryInterface> aBattery)
|
|
: mBattery(aBattery){
|
|
|
|
}
|