Tidying
This commit is contained in:
@@ -136,7 +136,6 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
this->avr8DebugInterface->activate();
|
this->avr8DebugInterface->activate();
|
||||||
this->activated = true;
|
|
||||||
|
|
||||||
} catch (const Exceptions::DebugWirePhysicalInterfaceError& debugWireException) {
|
} catch (const Exceptions::DebugWirePhysicalInterfaceError& debugWireException) {
|
||||||
if (!this->updateDwenFuseBitOnDebugWireFailure) {
|
if (!this->updateDwenFuseBitOnDebugWireFailure) {
|
||||||
@@ -159,10 +158,10 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
|||||||
}
|
}
|
||||||
|
|
||||||
Logger::info("Retrying debugWire physical interface activation");
|
Logger::info("Retrying debugWire physical interface activation");
|
||||||
|
|
||||||
this->avr8DebugInterface->activate();
|
this->avr8DebugInterface->activate();
|
||||||
this->activated = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this->activated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Avr8::deactivate() {
|
void Avr8::deactivate() {
|
||||||
|
|||||||
Reference in New Issue
Block a user