This commit is contained in:
parent
fecaad7af7
commit
674202c6fb
@ -92,6 +92,8 @@ void obsw::autoSwitchHandling() {
|
|||||||
sif::debug << "Detected ASWI=" << autoSwitchTarget
|
sif::debug << "Detected ASWI=" << autoSwitchTarget
|
||||||
<< "in ProASIC scratch buffer, auto-switching to image " << int(chip) << " "
|
<< "in ProASIC scratch buffer, auto-switching to image " << int(chip) << " "
|
||||||
<< int(copy) << std::endl;
|
<< int(copy) << std::endl;
|
||||||
|
// A bit of delay to ensure printout works..
|
||||||
|
TaskFactory::delayTask(500);
|
||||||
scratch::clearValue(scratch::AUTO_SWITCH_IMAGE);
|
scratch::clearValue(scratch::AUTO_SWITCH_IMAGE);
|
||||||
xsc_boot_copy(chip, copy);
|
xsc_boot_copy(chip, copy);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user