Tidying
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||||
using namespace Bloom::Exceptions;
|
using namespace Bloom::Exceptions;
|
||||||
|
|
||||||
using Bloom::Targets::TargetState;
|
using Bloom::Targets::TargetState;
|
||||||
using Bloom::Targets::TargetRegister;
|
using Bloom::Targets::TargetRegister;
|
||||||
using Bloom::Targets::TargetRegisters;
|
using Bloom::Targets::TargetRegisters;
|
||||||
@@ -347,6 +348,7 @@ void EdbgAvr8Interface::activatePhysical(bool applyExternalReset) {
|
|||||||
// Try again with external reset applied
|
// Try again with external reset applied
|
||||||
Logger::debug("Failed to activate physical interface on AVR8 target - retrying with external reset applied.");
|
Logger::debug("Failed to activate physical interface on AVR8 target - retrying with external reset applied.");
|
||||||
return this->activatePhysical(true);
|
return this->activatePhysical(true);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
throw Exception("Activate physical interface command failed");
|
throw Exception("Activate physical interface command failed");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user