Added link to debugWire article RE enabling the DWEN fuse bit

This commit is contained in:
Nav
2022-03-13 20:45:52 +00:00
parent 6906addf72
commit 77a52bab96

View File

@@ -139,7 +139,11 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
} catch (const Exceptions::DebugWirePhysicalInterfaceError& debugWireException) {
if (!this->updateDwenFuseBitOnDebugWireFailure) {
throw debugWireException;
throw TargetOperationFailure(
"Failed to activate debugWire physical interface - check target connection and DWEN fuse "
"bit. Bloom can set the DWEN fuse bit automatically. For instructions on enabling this function,"
" see " + Paths::homeDomainName() + "/docs/debugging-avr-debugwire"
);
}
try {