This commit is contained in:
parent
8c54802e7a
commit
4d195a1b8e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user