This commit is contained in:
Nav
2025-02-18 00:36:35 +00:00
parent 8a473473db
commit be76726124
11 changed files with 17 additions and 38 deletions

View File

@@ -243,11 +243,9 @@ namespace Targets::Microchip::Avr8
) {
Logger::debug("Attempting OCDEN fuse bit management");
this->updateOcdenFuseBit(false);
} else {
this->avr8DebugInterface->deactivate();
}
this->avr8DebugInterface->deactivate();
this->activated = false;
} catch (const Exception& exception) {