SoC Calculator #754

Merged
muellerr merged 74 commits from soc-calculator into main 2023-10-11 10:50:48 +02:00
Showing only changes of commit 72ca1be6e2 - Show all commits

View File

@ -9,7 +9,7 @@ ReturnValue_t PowerController::initialize() {
if (result != returnvalue::OK) {
return result;
}
sif::debug << "fuck you" << std::endl;
sif::debug << "Rush B, no stop" << std::endl;
return ExtendedControllerBase::initialize();
}