AvrIspInterface extraction from the debug tool, via the Avr8 target class

This commit is contained in:
Nav
2022-03-05 18:00:34 +00:00
parent 5e1d05ef7f
commit 503605cfa0
2 changed files with 14 additions and 5 deletions

View File

@@ -64,6 +64,10 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
}
this->avr8DebugInterface->configure(targetConfig);
if (this->avrIspInterface != nullptr) {
this->avrIspInterface->configure(targetConfig);
}
}
void Avr8::postActivationConfigure() {