diff --git a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp index c81248eb..1ddde9ed 100644 --- a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp +++ b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp @@ -154,11 +154,9 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit this->updateDwenFuseBit(true); } catch (const Exception& exception) { - Logger::error( + throw Exception( "Failed to access/update DWEN fuse bit via ISP interface - " + exception.getMessage() ); - - throw debugWireException; } Logger::info("Retrying debugWire physical interface activation");