This commit is contained in:
Nav
2022-03-15 11:17:30 +00:00
parent 1513b37544
commit cdd35c46c1
2 changed files with 4 additions and 6 deletions

View File

@@ -141,8 +141,8 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
if (!this->updateDwenFuseBit) {
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"
"bit. Bloom can manage the DWEN fuse bit automatically. For instructions on enabling this "
"function, see " + Paths::homeDomainName() + "/docs/debugging-avr-debugwire"
);
}