I was told this was not nice
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2023-07-26 10:08:40 +02:00
parent 56fb2c0e1e
commit 72ca1be6e2

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();
}