Removed the unnecessary throwing of an exception on debugWire activation/updating DWEN fuse bit failure.
This commit is contained in:
@@ -154,11 +154,9 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
|||||||
this->updateDwenFuseBit(true);
|
this->updateDwenFuseBit(true);
|
||||||
|
|
||||||
} catch (const Exception& exception) {
|
} catch (const Exception& exception) {
|
||||||
Logger::error(
|
throw Exception(
|
||||||
"Failed to access/update DWEN fuse bit via ISP interface - " + exception.getMessage()
|
"Failed to access/update DWEN fuse bit via ISP interface - " + exception.getMessage()
|
||||||
);
|
);
|
||||||
|
|
||||||
throw debugWireException;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger::info("Retrying debugWire physical interface activation");
|
Logger::info("Retrying debugWire physical interface activation");
|
||||||
|
|||||||
Reference in New Issue
Block a user