1
0
forked from fsfw/fsfw

removed device switch, not necessary anymore

This commit is contained in:
2020-07-16 12:33:03 +02:00
parent e7b6999c5e
commit 47b3a428c6
4 changed files with 5 additions and 18 deletions

View File

@ -63,10 +63,6 @@ void DeviceHandlerBase::setThermalStateRequestPoolIds(
}
void DeviceHandlerBase::setDeviceSwitch(uint8_t deviceSwitch) {
this->deviceSwitch = deviceSwitch;
}
DeviceHandlerBase::~DeviceHandlerBase() {
delete comCookie;
if (defaultFDIRUsed) {