perform nReset handling in Assembly now
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-03-29 16:07:13 +02:00
parent d80ef280dd
commit 69ba11acc1
2 changed files with 27 additions and 0 deletions

View File

@ -164,6 +164,7 @@ ReturnValue_t HeaterHandler::sendSwitchCommand(uint8_t switchNr, ReturnValue_t o
<< "message" << std::endl;
}
}
return RETURN_OK;
}
void HeaterHandler::handleActiveCommands() {