missing :
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2021-08-11 16:29:11 +02:00
parent 24b58e50d1
commit cf355a0451
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -198,7 +198,7 @@ ReturnValue_t CoreController::sdStateMachine() {
determinePreferredSdCard();
updateSdInfoOther();
if(sdInfo.pref != sd::SdCard::SLOT_0 and sdInfo.pref != sd::SdCard::SLOT_1) {
sif::warning << "Preferred SD card invalid. Setting to card 0.." << std:endl;
sif::warning << "Preferred SD card invalid. Setting to card 0.." << std::endl;
sdInfo.pref = sd::SdCard::SLOT_0;
}
if(result != HasReturnvaluesIF::RETURN_OK) {