bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-26 11:17:26 +02:00
parent 8c54802e7a
commit 4d195a1b8e
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -1300,7 +1300,7 @@ bool CoreController::handleBootCopyProt(xsc::Chip targetChip, xsc::Copy targetCo
}
if (targetChip == xsc::Chip::CHIP_0) {
oss << "0 ";
} else if (targetChip == xsc::Chip::SELF_CHIP) {
} else if (targetChip == xsc::Chip::CHIP_1) {
oss << "1 ";
}
if (targetCopy == xsc::Copy::COPY_0) {